Parent Directory
SeisComP Data Availability Web Service
The data availability web service returns detailed time span information of
what timeseries data is available at the DMC archive. The request type is
HTTP-GET and HTTP-POST. Please refer to http://www.fdsn.org/webservice for
a complete service description.
Available URLs
-
query - Produces list of continuous time spans for
selected channels (network, station, location, channel and quality) and
time ranges.
-
extent - Produces list of available time extents
(earliest to latest) for selected channels (network, station, location and
quality) and time ranges.
- version
- application.wadl
- builder - URL builder helping you to form your query
Feature Notes
- back-end software: SeisComP
- The IRISWS availability implementation truncates the timespans of the
returned data extents and segments to the requested start and end times (if
any). This implementation truncates the start and end time only for the
request format. The text, geocsv and
json format will return the exact time windows extracted from the
waveform archive.
- orderby parameter not implemented for query request (to save
memory the data is streamed from the database, to support the merge operation,
the data needs to be ordered by time)
- additional request parameters:
- excludetoolarge (query): boolean, default: true