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=567
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=568",
    "previous": "https://gwosc.org/api/v2/runs/O4b/strain-files?format=api&page=566",
    "results_count": 26864,
    "results_per_page": 20,
    "num_pages": 1344,
    "page_number": 567,
    "results": [
        {
            "gps_start": 1407025152,
            "utc_start": "2024-08-07T00:18:54",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407025152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407025152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407025152-16kHz?format=api"
        },
        {
            "gps_start": 1407025152,
            "utc_start": "2024-08-07T00:18:54",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407025152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407025152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407025152-16kHz?format=api"
        },
        {
            "gps_start": 1407025152,
            "utc_start": "2024-08-07T00:18:54",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407025152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407025152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407025152-4kHz?format=api"
        },
        {
            "gps_start": 1407025152,
            "utc_start": "2024-08-07T00:18:54",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407025152-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407025152-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407025152-4kHz?format=api"
        },
        {
            "gps_start": 1407029248,
            "utc_start": "2024-08-07T01:27:10",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407029248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407029248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407029248-16kHz?format=api"
        },
        {
            "gps_start": 1407029248,
            "utc_start": "2024-08-07T01:27:10",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407029248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407029248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407029248-16kHz?format=api"
        },
        {
            "gps_start": 1407029248,
            "utc_start": "2024-08-07T01:27:10",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407029248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407029248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407029248-4kHz?format=api"
        },
        {
            "gps_start": 1407029248,
            "utc_start": "2024-08-07T01:27:10",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407029248-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407029248-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407029248-4kHz?format=api"
        },
        {
            "gps_start": 1407033344,
            "utc_start": "2024-08-07T02:35:26",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407033344-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407033344-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407033344-16kHz?format=api"
        },
        {
            "gps_start": 1407033344,
            "utc_start": "2024-08-07T02:35:26",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407033344-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407033344-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407033344-16kHz?format=api"
        },
        {
            "gps_start": 1407033344,
            "utc_start": "2024-08-07T02:35:26",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407033344-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407033344-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407033344-4kHz?format=api"
        },
        {
            "gps_start": 1407033344,
            "utc_start": "2024-08-07T02:35:26",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407033344-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407033344-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407033344-4kHz?format=api"
        },
        {
            "gps_start": 1407037440,
            "utc_start": "2024-08-07T03:43:42",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407037440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/L-L1_GWOSC_O4b_16KHZ_R1-1407037440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407037440-16kHz?format=api"
        },
        {
            "gps_start": 1407037440,
            "utc_start": "2024-08-07T03:43:42",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407037440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407037440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407037440-16kHz?format=api"
        },
        {
            "gps_start": 1407037440,
            "utc_start": "2024-08-07T03:43:42",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407037440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/L-L1_GWOSC_O4b_4KHZ_R1-1407037440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1407037440-4kHz?format=api"
        },
        {
            "gps_start": 1407037440,
            "utc_start": "2024-08-07T03:43:42",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407037440-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407037440-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407037440-4kHz?format=api"
        },
        {
            "gps_start": 1407041536,
            "utc_start": "2024-08-07T04:51:58",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407041536-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407041536-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407041536-16kHz?format=api"
        },
        {
            "gps_start": 1407041536,
            "utc_start": "2024-08-07T04:51:58",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407041536-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407041536-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407041536-4kHz?format=api"
        },
        {
            "gps_start": 1407045632,
            "utc_start": "2024-08-07T06:00:14",
            "detector": "V1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407045632-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_16KHZ_R1/1406140416/V-V1_GWOSC_O4b_16KHZ_R1-1407045632-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407045632-16kHz?format=api"
        },
        {
            "gps_start": 1407045632,
            "utc_start": "2024-08-07T06:00:14",
            "detector": "V1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407045632-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O4b_4KHZ_R1/1406140416/V-V1_GWOSC_O4b_4KHZ_R1-1407045632-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/V1-1407045632-4kHz?format=api"
        }
    ]
}