The FDSNWS-Dataselect service provides access to raw waveform data for requested channels and time windows. Data can be selected using SEED stream identifiers (network, station, location, and channel) in addition to a starttime and endtime. Waveform data are returned in mSEED format.
This service is an implementation of the FDSN web service specification version 1. For a complete service description refer to fdsn.org/webservices.
Waveform data can be downloaded from ORFEUS EIDA using GET request by contacting the webservice address with specific request options inside the URL query. Webservice requests are generally formatted as follows:
This request will return mSEED data from station NL.HGN between 2017-01-01T00:00:00 and 2017-01-01T00:01:00 from ORFEUS Data Center.
The webservice supports the following parameters that can be used to fine-tune your request.
Option | Example Value | Description | Default | Type |
---|---|---|---|---|
Temporal Constraints | ||||
starttime | 2010-02-27T06:30:00 |
Starttime for time window | ISO-8601 | |
endtime | 2010-02-27T10:30:00 |
Endtime for time window | ISO-8601 | |
SEED Identifiers | ||||
network | NL |
SEED Network code | String | |
station | HGN |
SEED Station code | String | |
location | 00 |
SEED Location code (use -- for blank location identifiers) |
String | |
channel | BHZ |
SEED Channel code | String |
A question mark represents a single character, while an asterisk represents zero or more characters. Multiple items may also be retrieved using a comma separated list. SEED identifiers support wildcards and lists.
Times must be specified in the ISO-8601 format (e.g. 2017-01-01T00:00:00 or 2017-01-01) and are assumed to be in UTC.
A Swagger made User Interface is available for the FDSN Dataselect Webservice here.