Parent Directory
  SeisComP FDSNWS DataSelect Web Service
  The dataselect Web service provides access to time series data in miniSEED format. The data may
  be filtered e.g. by time, station and network parameters. The request type is
  HTTP-GET and HTTP-POST. Please refer to
  http://www.fdsn.org/webservice
  for a complete service description.
  Available URLs
  
  Feature Notes
  
    - back-end software: SeisComP
- quality request parameter not implemented (information not
      available in SeisComP)
- minimumlength request parameter not implemented
- longestonly request parameter not implemented
- access to restricted networks and stations is only granted through the
      queryauth method
- 
      No trimming of miniSEED records to requested time window —
      This FDSNWS implementation returns the records as available in its data
      source, e.g., SDS archive. It is guaranteed that the requested time range
      is within the returned data (if available in the archive) but not that it
      is exactly the requested time range. FDSNWS does not trim and therefore
      re-encode miniSEED records. The rationale for that is that miniSEED
      records are probably further distributed and stored in other archives and
      we do not see the point in modifying them. Furthermore we do not want to
      increase the load on the web server with that extra processing step.