DATALESS Web Service


Description Usage URL Builder Help

The DATALESS web service gives access to instrument response information.
The response information is returned in the dataless SEED format. Example: /ncedcws/dataless/1/query?net=BK&sta=CMB&loc=00&cha=BHE&start=2011-11-26T09:31:00&end=2011-11-26T10:30:00 Time Constraints: * Time may be requested through the use of either time OR the start and end times. * If no time is specified, then the current time is assumed. Below is a full list of service parameters and their usage.
Query: /ncedcws/dataless/1/query?[query-parameters]
where query-parameters:
net="network" RequiredSpecify SEED network code, example net=BK.
sta="station" RequiredSpecify SEED station code, example sta=CMB.
cha="channel" RequiredSpecify SEED channel code mask, example: cha=BHE. Wildcards accepted.
loc="location" RequiredSpecify SEED location code mask, example: loc=00. substitute dash characters for white space, example: loc=--. Wildcards accepted.
time=YYYY-MM-DDThh:mm:ss[.sss] OptionalFind the response for the given time. time cannot be used with start or end parameters.
start=YYYY-MM-DDThh:mm:ss[.sss] OptionalStart time, may be used in conjunction with endtime.
end=YYYY-MM-DDThh:mm:ss[.sss] OptionalEnd time, may be used in conjunction with starttime.
nodata=204/404 Optional Specify which HTML Status code is returned when no data is found (Default is 204).
URL Builder
Station
Time
URL: /ncedcws/dataless/1/query?
Version: DATALESS Service:1.0.0