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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/O1/strain-files?format=api&page=324",
    "results_count": 7052,
    "results_per_page": 20,
    "num_pages": 353,
    "page_number": 325,
    "results": [
        {
            "gps_start": 1136160768,
            "utc_start": "2016-01-07T00:12:31",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136160768-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136160768-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136160768-4kHz?format=api"
        },
        {
            "gps_start": 1136160768,
            "utc_start": "2016-01-07T00:12:31",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136160768-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136160768-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136160768-16kHz?format=api"
        },
        {
            "gps_start": 1136164864,
            "utc_start": "2016-01-07T01:20:47",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136164864-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136164864-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136164864-4kHz?format=api"
        },
        {
            "gps_start": 1136164864,
            "utc_start": "2016-01-07T01:20:47",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136164864-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136164864-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136164864-16kHz?format=api"
        },
        {
            "gps_start": 1136168960,
            "utc_start": "2016-01-07T02:29:03",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136168960-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136168960-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136168960-4kHz?format=api"
        },
        {
            "gps_start": 1136168960,
            "utc_start": "2016-01-07T02:29:03",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136168960-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136168960-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136168960-16kHz?format=api"
        },
        {
            "gps_start": 1136173056,
            "utc_start": "2016-01-07T03:37:19",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136173056-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136173056-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136173056-4kHz?format=api"
        },
        {
            "gps_start": 1136173056,
            "utc_start": "2016-01-07T03:37:19",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136173056-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136173056-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136173056-16kHz?format=api"
        },
        {
            "gps_start": 1136177152,
            "utc_start": "2016-01-07T04:45:35",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136177152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136177152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136177152-4kHz?format=api"
        },
        {
            "gps_start": 1136177152,
            "utc_start": "2016-01-07T04:45:35",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136177152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136177152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136177152-16kHz?format=api"
        },
        {
            "gps_start": 1136181248,
            "utc_start": "2016-01-07T05:53:51",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136181248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136181248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136181248-4kHz?format=api"
        },
        {
            "gps_start": 1136181248,
            "utc_start": "2016-01-07T05:53:51",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136181248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136181248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136181248-16kHz?format=api"
        },
        {
            "gps_start": 1136189440,
            "utc_start": "2016-01-07T08:10:23",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136189440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136189440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136189440-4kHz?format=api"
        },
        {
            "gps_start": 1136189440,
            "utc_start": "2016-01-07T08:10:23",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136189440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136189440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136189440-16kHz?format=api"
        },
        {
            "gps_start": 1136193536,
            "utc_start": "2016-01-07T09:18:39",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136193536-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136193536-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136193536-4kHz?format=api"
        },
        {
            "gps_start": 1136193536,
            "utc_start": "2016-01-07T09:18:39",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136193536-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136193536-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136193536-16kHz?format=api"
        },
        {
            "gps_start": 1136197632,
            "utc_start": "2016-01-07T10:26:55",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136197632-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136197632-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136197632-4kHz?format=api"
        },
        {
            "gps_start": 1136197632,
            "utc_start": "2016-01-07T10:26:55",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136197632-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136197632-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136197632-16kHz?format=api"
        },
        {
            "gps_start": 1136201728,
            "utc_start": "2016-01-07T11:35:11",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136201728-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1135607808/H-H1_LOSC_4_V1-1136201728-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136201728-4kHz?format=api"
        },
        {
            "gps_start": 1136201728,
            "utc_start": "2016-01-07T11:35:11",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136201728-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1135607808/H-H1_LOSC_16_V1-1136201728-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1136201728-16kHz?format=api"
        }
    ]
}