FDSN Dataselect Web Service
Description
Usage
URL Builder
Help
The Dataselect webservice gives access to multiple channels of FDSN miniSEED data for specified time ranges.
POST Usage:
Alternately, instead of providing parameters-value pairs in the URL, a file containing a selection list can be POSTed to this service.
For the POST method, all parameters must be submitted as part of the POST body.
POST requests should be sent as plain text and should not be formatted as applcation/x-www-form-urlencoded or multipart/form-data.
Time and channel constraints parameters should be repeated as many times as necessary following this pattern:
NET | STA | LOC | CHA | STARTTIME | ENDTIME
|
NET | STA | LOC | CHA | STARTTIME | ENDTIME
|
NET | STA | LOC | CHA | STARTTIME | ENDTIME
|
All rules for parameters apply equally whether specified using the GET or POST methods with the exception of blank location IDs,
which must be specified as "--" in the POST body due to spaces being used as the field separator.
Example:
/fdsnws/dataselect/1/query?net=BK&sta=CMB&loc=00&cha=BHE&start=2011-11-26T09:31:00&end=2011-11-26T10:30:00
Below is a full list of service parameters and their usage.
Query: /fdsnws/dataselect/1/query?[query-parameters] |
where query-parameters: |
net="network" |
Required | Specify SEED network code, example net=BK. Wildcards and comma separated list are accepted. |
sta="station" |
Required | Specify SEED station code, example sta=CMB. Wildcards and comma separated list are accepted. |
cha="channel" |
Required | Specify SEED channel code mask, example: cha=BHE. Wildcards and comma separated list are accepted. |
loc="location" |
Required | Specify SEED location code mask, example: loc=00. substitute dash characters for white space, example: loc=--. Wildcards and comma separated list are accepted. |
start=YYYY-MM-DDThh:mm:ss[.sss] |
Required | Specifies the start-time for the miniSEED data. |
end=YYYY-MM-DDThh:mm:ss[.sss] |
Required | Specifies the end-time for the miniSEED data. |
nodata=204/404 |
Optional |
Specify which HTML status code is returned when no data is found (Default is 204). |
Version: FDSN Dataselect Service:1.1.0