Return strain file list.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • detector: e.g. H1, L1, V1, etc.
  • sample-rate: 4 or 16 [kHz]

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

{
    "next": "https://gwosc.org/api/v2/runs/O1/strain-files?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/O1/strain-files?format=api&page=310",
    "results_count": 7052,
    "results_per_page": 20,
    "num_pages": 353,
    "page_number": 311,
    "results": [
        {
            "gps_start": 1135718400,
            "utc_start": "2016-01-01T21:19:43",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135718400-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135718400-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135718400-4kHz?format=api"
        },
        {
            "gps_start": 1135718400,
            "utc_start": "2016-01-01T21:19:43",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135718400-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135718400-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135718400-16kHz?format=api"
        },
        {
            "gps_start": 1135722496,
            "utc_start": "2016-01-01T22:27:59",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135722496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135722496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135722496-4kHz?format=api"
        },
        {
            "gps_start": 1135722496,
            "utc_start": "2016-01-01T22:27:59",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135722496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135722496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135722496-16kHz?format=api"
        },
        {
            "gps_start": 1135726592,
            "utc_start": "2016-01-01T23:36:15",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135726592-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135726592-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135726592-4kHz?format=api"
        },
        {
            "gps_start": 1135726592,
            "utc_start": "2016-01-01T23:36:15",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135726592-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135726592-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135726592-16kHz?format=api"
        },
        {
            "gps_start": 1135730688,
            "utc_start": "2016-01-02T00:44:31",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135730688-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135730688-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135730688-4kHz?format=api"
        },
        {
            "gps_start": 1135730688,
            "utc_start": "2016-01-02T00:44:31",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135730688-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135730688-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135730688-16kHz?format=api"
        },
        {
            "gps_start": 1135734784,
            "utc_start": "2016-01-02T01:52:47",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135734784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135734784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135734784-4kHz?format=api"
        },
        {
            "gps_start": 1135734784,
            "utc_start": "2016-01-02T01:52:47",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135734784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135734784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135734784-4kHz?format=api"
        },
        {
            "gps_start": 1135734784,
            "utc_start": "2016-01-02T01:52:47",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135734784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135734784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135734784-16kHz?format=api"
        },
        {
            "gps_start": 1135734784,
            "utc_start": "2016-01-02T01:52:47",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135734784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135734784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135734784-16kHz?format=api"
        },
        {
            "gps_start": 1135738880,
            "utc_start": "2016-01-02T03:01:03",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135738880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135738880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135738880-4kHz?format=api"
        },
        {
            "gps_start": 1135738880,
            "utc_start": "2016-01-02T03:01:03",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135738880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135738880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135738880-4kHz?format=api"
        },
        {
            "gps_start": 1135738880,
            "utc_start": "2016-01-02T03:01:03",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135738880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135738880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135738880-16kHz?format=api"
        },
        {
            "gps_start": 1135738880,
            "utc_start": "2016-01-02T03:01:03",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135738880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135738880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135738880-16kHz?format=api"
        },
        {
            "gps_start": 1135742976,
            "utc_start": "2016-01-02T04:09:19",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135742976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1135742976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135742976-4kHz?format=api"
        },
        {
            "gps_start": 1135742976,
            "utc_start": "2016-01-02T04:09:19",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135742976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/L-L1_LOSC_4_V1-1135742976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135742976-4kHz?format=api"
        },
        {
            "gps_start": 1135742976,
            "utc_start": "2016-01-02T04:09:19",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135742976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1135742976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1135742976-16kHz?format=api"
        },
        {
            "gps_start": 1135742976,
            "utc_start": "2016-01-02T04:09:19",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135742976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/L-L1_LOSC_16_V1-1135742976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1135742976-16kHz?format=api"
        }
    ]
}