SCEDC RESP Web Service
The RESP web service allows users to retrieve instrument response information in RESP format.
NOTE: The sensitivity values for BK stations are slightly different from those produced via the NCEDC resp webservice. BK meta data is loaded from dataless provided by NCEDC. Due to a limitation of SEED, these values are rounded up when the dataless is written out.
To see a full list of service parameters and their usage, click
Other options
The following options are available:
Examples:
POST is currently not supported for this web service. It is under consideration and will be implemented in the future.
Query: /scedcws/resp/1/query?[query-parameters] |
where query-parameters: |
net="network" |
Required |
Specify SEED network code, example net=CI. |
sta="station" |
Required |
Specify SEED station code, example sta=BAK. |
cha="channel" |
Required |
Specify SEED channel code mask, example: cha=BHE. Wildcards allowed. |
loc="location" |
Required |
Specify SEED location code mask, example: loc=00. substitute dash characters for white space, example: loc=--. Wildcards allowed. |
start=YYYY-MM-DDThh:mm:ss |
Optional |
Specify start of duration. All epochs that contain the provided value will be fetched. Maybe used in conjunction with end. When used in conjunction with end, all epochs that fall within end - start duration will also be fetched. |
end=YYYY-MM-DDThh:mm:ss |
Optional |
Specify end of duration. All epochs that contain the provided value will be fetched. Maybe used in conjunction with start. When used in conjunction with start, all epochs that fall within end - start duration will also be fetched. |
time=YYYY-MM-DDThh:mm:ss |
Optional |
Display epoch containing provided value. Cannot be used in conjuction with start or end parameters. |
nodata=204|404 |
Optional |
Specify which HTML status code is returned when no data is found (Default is 204). |
Note: Not specifying any temporal parameters will fetch current epoch. |
WADL
Retrieve the WADL associated with this service: application.wadl
Version: SCEDC RESP Service:1.0.0