Return strain file list.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • detector=<str>: e.g. H1, L1, V1, etc.
  • sample-rate=<int>: 4 or 16 [kHz]
  • pagesize=<int>: Number of results to return per page.

Rel URLs:

  • Download hdf5 file format from hdf5_url rel url.
  • Download gwf file format from gwf_url rel url.
  • Follow detail_url for more information of the strain file, including bit sums and strain statistics.
GET /api/v2/datasets/O1/strain-files?format=api&page=64
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/datasets/O1/strain-files?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/datasets/O1/strain-files?format=api&page=63",
    "results_count": 3526,
    "results_per_page": 20,
    "num_pages": 177,
    "page_number": 64,
    "results": [
        {
            "gps_start": 1129779200,
            "utc_start": "2015-10-25T03:33:03",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129779200-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129779200-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129779200-4kHz?format=api"
        },
        {
            "gps_start": 1129783296,
            "utc_start": "2015-10-25T04:41:19",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129783296-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129783296-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129783296-4kHz?format=api"
        },
        {
            "gps_start": 1129783296,
            "utc_start": "2015-10-25T04:41:19",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129783296-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129783296-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129783296-4kHz?format=api"
        },
        {
            "gps_start": 1129787392,
            "utc_start": "2015-10-25T05:49:35",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129787392-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129787392-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129787392-4kHz?format=api"
        },
        {
            "gps_start": 1129787392,
            "utc_start": "2015-10-25T05:49:35",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129787392-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129787392-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129787392-4kHz?format=api"
        },
        {
            "gps_start": 1129791488,
            "utc_start": "2015-10-25T06:57:51",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129791488-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129791488-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129791488-4kHz?format=api"
        },
        {
            "gps_start": 1129791488,
            "utc_start": "2015-10-25T06:57:51",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129791488-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129791488-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129791488-4kHz?format=api"
        },
        {
            "gps_start": 1129795584,
            "utc_start": "2015-10-25T08:06:07",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129795584-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129795584-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129795584-4kHz?format=api"
        },
        {
            "gps_start": 1129795584,
            "utc_start": "2015-10-25T08:06:07",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129795584-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129795584-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129795584-4kHz?format=api"
        },
        {
            "gps_start": 1129799680,
            "utc_start": "2015-10-25T09:14:23",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129799680-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129799680-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129799680-4kHz?format=api"
        },
        {
            "gps_start": 1129799680,
            "utc_start": "2015-10-25T09:14:23",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129799680-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129799680-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129799680-4kHz?format=api"
        },
        {
            "gps_start": 1129803776,
            "utc_start": "2015-10-25T10:22:39",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129803776-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129803776-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129803776-4kHz?format=api"
        },
        {
            "gps_start": 1129807872,
            "utc_start": "2015-10-25T11:30:55",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129807872-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129807872-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129807872-4kHz?format=api"
        },
        {
            "gps_start": 1129811968,
            "utc_start": "2015-10-25T12:39:11",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129811968-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129811968-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129811968-4kHz?format=api"
        },
        {
            "gps_start": 1129816064,
            "utc_start": "2015-10-25T13:47:27",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129816064-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129816064-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129816064-4kHz?format=api"
        },
        {
            "gps_start": 1129820160,
            "utc_start": "2015-10-25T14:55:43",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129820160-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129820160-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129820160-4kHz?format=api"
        },
        {
            "gps_start": 1129824256,
            "utc_start": "2015-10-25T16:03:59",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129824256-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129824256-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129824256-4kHz?format=api"
        },
        {
            "gps_start": 1129828352,
            "utc_start": "2015-10-25T17:12:15",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129828352-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129828352-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129828352-4kHz?format=api"
        },
        {
            "gps_start": 1129832448,
            "utc_start": "2015-10-25T18:20:31",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129832448-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/L-L1_LOSC_4_V1-1129832448-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1129832448-4kHz?format=api"
        },
        {
            "gps_start": 1129873408,
            "utc_start": "2015-10-26T05:43:11",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129873408-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1129316352/H-H1_LOSC_4_V1-1129873408-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1129873408-4kHz?format=api"
        }
    ]
}