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/strain-files?format=api&page=255
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/strain-files?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/strain-files?format=api&page=254",
    "results_count": 124511,
    "results_per_page": 20,
    "num_pages": 6226,
    "page_number": 255,
    "results": [
        {
            "gps_start": 824545280,
            "utc_start": "2006-02-21T08:21:06",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824545280-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824545280-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824545280-4kHz?format=api"
        },
        {
            "gps_start": 824545280,
            "utc_start": "2006-02-21T08:21:06",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824545280-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824545280-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824545280-4kHz?format=api"
        },
        {
            "gps_start": 824545280,
            "utc_start": "2006-02-21T08:21:06",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824545280-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824545280-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824545280-4kHz?format=api"
        },
        {
            "gps_start": 824549376,
            "utc_start": "2006-02-21T09:29:22",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824549376-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824549376-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824549376-4kHz?format=api"
        },
        {
            "gps_start": 824549376,
            "utc_start": "2006-02-21T09:29:22",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824549376-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824549376-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824549376-4kHz?format=api"
        },
        {
            "gps_start": 824549376,
            "utc_start": "2006-02-21T09:29:22",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824549376-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824549376-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824549376-4kHz?format=api"
        },
        {
            "gps_start": 824553472,
            "utc_start": "2006-02-21T10:37:38",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824553472-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824553472-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824553472-4kHz?format=api"
        },
        {
            "gps_start": 824553472,
            "utc_start": "2006-02-21T10:37:38",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824553472-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824553472-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824553472-4kHz?format=api"
        },
        {
            "gps_start": 824553472,
            "utc_start": "2006-02-21T10:37:38",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824553472-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824553472-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824553472-4kHz?format=api"
        },
        {
            "gps_start": 824557568,
            "utc_start": "2006-02-21T11:45:54",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824557568-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824557568-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824557568-4kHz?format=api"
        },
        {
            "gps_start": 824557568,
            "utc_start": "2006-02-21T11:45:54",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824557568-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824557568-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824557568-4kHz?format=api"
        },
        {
            "gps_start": 824557568,
            "utc_start": "2006-02-21T11:45:54",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824557568-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824557568-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824557568-4kHz?format=api"
        },
        {
            "gps_start": 824561664,
            "utc_start": "2006-02-21T12:54:10",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824561664-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824561664-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824561664-4kHz?format=api"
        },
        {
            "gps_start": 824561664,
            "utc_start": "2006-02-21T12:54:10",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824561664-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824561664-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824561664-4kHz?format=api"
        },
        {
            "gps_start": 824565760,
            "utc_start": "2006-02-21T14:02:26",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824565760-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824565760-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824565760-4kHz?format=api"
        },
        {
            "gps_start": 824565760,
            "utc_start": "2006-02-21T14:02:26",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824565760-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H1_LOSC_4_V1-824565760-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-824565760-4kHz?format=api"
        },
        {
            "gps_start": 824565760,
            "utc_start": "2006-02-21T14:02:26",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824565760-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824565760-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824565760-4kHz?format=api"
        },
        {
            "gps_start": 824569856,
            "utc_start": "2006-02-21T15:10:42",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824569856-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/L-L1_LOSC_4_V1-824569856-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-824569856-4kHz?format=api"
        },
        {
            "gps_start": 824590336,
            "utc_start": "2006-02-21T20:52:02",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824590336-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824590336-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824590336-4kHz?format=api"
        },
        {
            "gps_start": 824594432,
            "utc_start": "2006-02-21T22:00:18",
            "detector": "H2",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824594432-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/S5/824180736/H-H2_LOSC_4_V1-824594432-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H2-824594432-4kHz?format=api"
        }
    ]
}