ITACA Dataset Selection Web-Service

Sample requests

Data must be obtained using any program supporting the HTTP-POST method, e.g. CURL:

Query options

HTTP-POST variables (required)

Option Description Default
messageThe clearsign token obtained from the generate-signed-message authentication webservice or from EIDA authentication webpage.

URL format

Option Description Default
eventidITACA event ID. Supported wildcard are or '*' (matches zero or more characters) or '?' (matches just one character).'*'
starttimeLimit to events on or after the specified start time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'.'1900-01-01T00:00:00'
endtimeLimit to events on or before the specified end time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'.'2100-01-01T00:00:00'
minmagLimit to events with a magnitude larger than the specified minimum.0
maxdistLimit to stations with epicentral distance smaller than the specified maximum.3000
networkITACA network code (i.e. FDSN network code). Supported wildcard are or '*' or '?'.'*'
stationITACA station code (SEED station code or data center defined code). Supported wildcard are or '*' or '?'.'*'
unprocessed{true,false} List unprocessed or automatically processed data only.false
format{json} Specify format of result, currently only 'json' is supported.'json'

 


Backend Python software used by this web service was originally developed by Russo E. and Puglia R., and it is currently mantained by Russo E. and Felicetta C.