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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/strain-files?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O4b/strain-files?format=api&page=326",
    "results_count": 26864,
    "results_per_page": 20,
    "num_pages": 1344,
    "page_number": 327,
    "results": [
        {
            "gps_start": 1401962496,
            "utc_start": "2024-06-09T10:01:18",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401962496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401962496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401962496-16kHz?format=api"
        },
        {
            "gps_start": 1401962496,
            "utc_start": "2024-06-09T10:01:18",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401962496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401962496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401962496-16kHz?format=api"
        },
        {
            "gps_start": 1401962496,
            "utc_start": "2024-06-09T10:01:18",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401962496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401962496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401962496-4kHz?format=api"
        },
        {
            "gps_start": 1401962496,
            "utc_start": "2024-06-09T10:01:18",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401962496-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401962496-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401962496-4kHz?format=api"
        },
        {
            "gps_start": 1401966592,
            "utc_start": "2024-06-09T11:09:34",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401966592-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401966592-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401966592-16kHz?format=api"
        },
        {
            "gps_start": 1401966592,
            "utc_start": "2024-06-09T11:09:34",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401966592-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401966592-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401966592-4kHz?format=api"
        },
        {
            "gps_start": 1401970688,
            "utc_start": "2024-06-09T12:17:50",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401970688-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401970688-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401970688-16kHz?format=api"
        },
        {
            "gps_start": 1401970688,
            "utc_start": "2024-06-09T12:17:50",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401970688-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401970688-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401970688-4kHz?format=api"
        },
        {
            "gps_start": 1401974784,
            "utc_start": "2024-06-09T13:26:06",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401974784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401974784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401974784-16kHz?format=api"
        },
        {
            "gps_start": 1401974784,
            "utc_start": "2024-06-09T13:26:06",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401974784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401974784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401974784-16kHz?format=api"
        },
        {
            "gps_start": 1401974784,
            "utc_start": "2024-06-09T13:26:06",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401974784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401974784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401974784-4kHz?format=api"
        },
        {
            "gps_start": 1401974784,
            "utc_start": "2024-06-09T13:26:06",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401974784-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401974784-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401974784-4kHz?format=api"
        },
        {
            "gps_start": 1401978880,
            "utc_start": "2024-06-09T14:34:22",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401978880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401978880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401978880-16kHz?format=api"
        },
        {
            "gps_start": 1401978880,
            "utc_start": "2024-06-09T14:34:22",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401978880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401978880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401978880-16kHz?format=api"
        },
        {
            "gps_start": 1401978880,
            "utc_start": "2024-06-09T14:34:22",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401978880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401978880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401978880-4kHz?format=api"
        },
        {
            "gps_start": 1401978880,
            "utc_start": "2024-06-09T14:34:22",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401978880-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401978880-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401978880-4kHz?format=api"
        },
        {
            "gps_start": 1401982976,
            "utc_start": "2024-06-09T15:42:38",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401982976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/L-L1_GWOSC_O4b_16KHZ_R1-1401982976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401982976-16kHz?format=api"
        },
        {
            "gps_start": 1401982976,
            "utc_start": "2024-06-09T15:42:38",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401982976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1401946112/V-V1_GWOSC_O4b_16KHZ_R1-1401982976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401982976-16kHz?format=api"
        },
        {
            "gps_start": 1401982976,
            "utc_start": "2024-06-09T15:42:38",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401982976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/L-L1_GWOSC_O4b_4KHZ_R1-1401982976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1401982976-4kHz?format=api"
        },
        {
            "gps_start": 1401982976,
            "utc_start": "2024-06-09T15:42:38",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401982976-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1401946112/V-V1_GWOSC_O4b_4KHZ_R1-1401982976-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1401982976-4kHz?format=api"
        }
    ]
}