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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/strain-files?format=api&page=6",
    "results_count": 7052,
    "results_per_page": 20,
    "num_pages": 353,
    "page_number": 7,
    "results": [
        {
            "gps_start": 1126322176,
            "utc_start": "2015-09-15T03:15:59",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126322176-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126322176-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126322176-4kHz?format=api"
        },
        {
            "gps_start": 1126322176,
            "utc_start": "2015-09-15T03:15:59",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126322176-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126322176-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126322176-4kHz?format=api"
        },
        {
            "gps_start": 1126322176,
            "utc_start": "2015-09-15T03:15:59",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126322176-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126322176-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126322176-16kHz?format=api"
        },
        {
            "gps_start": 1126322176,
            "utc_start": "2015-09-15T03:15:59",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126322176-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126322176-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126322176-16kHz?format=api"
        },
        {
            "gps_start": 1126326272,
            "utc_start": "2015-09-15T04:24:15",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126326272-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126326272-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126326272-4kHz?format=api"
        },
        {
            "gps_start": 1126326272,
            "utc_start": "2015-09-15T04:24:15",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126326272-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126326272-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126326272-4kHz?format=api"
        },
        {
            "gps_start": 1126326272,
            "utc_start": "2015-09-15T04:24:15",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126326272-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126326272-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126326272-16kHz?format=api"
        },
        {
            "gps_start": 1126326272,
            "utc_start": "2015-09-15T04:24:15",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126326272-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126326272-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126326272-16kHz?format=api"
        },
        {
            "gps_start": 1126330368,
            "utc_start": "2015-09-15T05:32:31",
            "detector": "H1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126330368-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/H-H1_LOSC_4_V1-1126330368-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126330368-4kHz?format=api"
        },
        {
            "gps_start": 1126330368,
            "utc_start": "2015-09-15T05:32:31",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126330368-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126330368-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126330368-4kHz?format=api"
        },
        {
            "gps_start": 1126330368,
            "utc_start": "2015-09-15T05:32:31",
            "detector": "H1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126330368-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/H-H1_LOSC_16_V1-1126330368-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/H1-1126330368-16kHz?format=api"
        },
        {
            "gps_start": 1126330368,
            "utc_start": "2015-09-15T05:32:31",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126330368-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126330368-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126330368-16kHz?format=api"
        },
        {
            "gps_start": 1126334464,
            "utc_start": "2015-09-15T06:40:47",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126334464-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126334464-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126334464-4kHz?format=api"
        },
        {
            "gps_start": 1126334464,
            "utc_start": "2015-09-15T06:40:47",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126334464-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126334464-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126334464-16kHz?format=api"
        },
        {
            "gps_start": 1126338560,
            "utc_start": "2015-09-15T07:49:03",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126338560-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126338560-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126338560-4kHz?format=api"
        },
        {
            "gps_start": 1126338560,
            "utc_start": "2015-09-15T07:49:03",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126338560-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126338560-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126338560-16kHz?format=api"
        },
        {
            "gps_start": 1126342656,
            "utc_start": "2015-09-15T08:57:19",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126342656-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126342656-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126342656-4kHz?format=api"
        },
        {
            "gps_start": 1126342656,
            "utc_start": "2015-09-15T08:57:19",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126342656-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126342656-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126342656-16kHz?format=api"
        },
        {
            "gps_start": 1126346752,
            "utc_start": "2015-09-15T10:05:35",
            "detector": "L1",
            "sample_rate_kHz": 4,
            "hdf5_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126346752-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1/1126170624/L-L1_LOSC_4_V1-1126346752-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126346752-4kHz?format=api"
        },
        {
            "gps_start": 1126346752,
            "utc_start": "2015-09-15T10:05:35",
            "detector": "L1",
            "sample_rate_kHz": 16,
            "hdf5_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126346752-4096.hdf5?format=api",
            "gwf_url": "https://gwosc.org/archive/data/O1_16KHZ/1126170624/L-L1_LOSC_16_V1-1126346752-4096.gwf?format=api",
            "detail_url": "https://gwosc.org/api/v2/strain-files/L1-1126346752-16kHz?format=api"
        }
    ]
}