Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=935
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=934",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 935,
    "results": [
        {
            "start": 866273710,
            "stop": 866278120
        },
        {
            "start": 866278258,
            "stop": 866283058
        },
        {
            "start": 866283148,
            "stop": 866289238
        },
        {
            "start": 866289388,
            "stop": 866289598
        },
        {
            "start": 866289745,
            "stop": 866289865
        },
        {
            "start": 866291669,
            "stop": 866291729
        },
        {
            "start": 866296233,
            "stop": 866297313
        },
        {
            "start": 866297481,
            "stop": 866297721
        },
        {
            "start": 866299185,
            "stop": 866299425
        },
        {
            "start": 866299568,
            "stop": 866300348
        },
        {
            "start": 866323060,
            "stop": 866323360
        },
        {
            "start": 866323496,
            "stop": 866323676
        },
        {
            "start": 866323820,
            "stop": 866323880
        },
        {
            "start": 866324064,
            "stop": 866324484
        },
        {
            "start": 866324637,
            "stop": 866324697
        },
        {
            "start": 866329222,
            "stop": 866330362
        },
        {
            "start": 866330512,
            "stop": 866330962
        },
        {
            "start": 866331127,
            "stop": 866331817
        },
        {
            "start": 866332008,
            "stop": 866332068
        },
        {
            "start": 866332213,
            "stop": 866332333
        }
    ]
}