ESM Event Processing Update Web-Service

Sample requests

Publicly Available Data

Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:

Restricted Data (authenticated users only)

ESM Administrators and users with special authorizations can access data intended for internal use and/or embargoed.
Data can be obtained using any program supporting the HTTP-POST method, e.g. CURL:

HTTP-POST variables (required)

Option Description
messageThe clearsign token obtained from the generate-signed-message authentication webservice.

Query options

Option Description Default
updatedafterLimit to events for which metadata and/or associated waveforms have changed after the specified start time.1900-01-01T00:00:00
updatedbeforeLimit to events for which metadata and/or associated waveforms have changed before the specified end time.2100-01-01T00:00:00
starttimeLimit to events on or after the specified start time.1900-01-01T00:00:00
endtimeLimit to events on or before the specified end time.1900-01-01T00:00:00
minlatitudeSquare selection: limit to events with a latitude larger than or equal to the specified minimum.-90
maxlatitudeSquare selection: limit to events with a latitude smaller than or equal to the specified maximum.90
minlongitudeSquare selection: limit to events with a longitude larger than or equal to the specified minimum.-180
maxlongitudeSquare selection: limit to events with a longitude smaller than or equal to the specified maximum.180
minmagnitudeLimit to events with a magnitude larger than the specified minimum.0
ptypeSpecify processing type; available types are: 'mp' (manually processed using Paolucci et al., 2011), 'all' (all available processing types).mp
discarded{true,false} Include data with manually discarded processing.true
formatSpecify format of result, currently only 'json' is supported.json
indent{true,false} Prettifies output setting a 4 spaces indentation style. Valid only in combination with 'json' formatfalse

 


Backend Python software used by this web service is mantained and was originally developed by Russo E. and Felicetta C.