SACPZ Web Service


Description Usage URL Builder Help

The SACPZ web service gives access to instrument response information. The response information is returned in the SAC format.

Example:
    /ncedcws/sacpz/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/sacpz/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/sacpz/1/query?
Version: SACPZ Service:1.0.0