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/L1_CBCHIGH_CAT2/segments?format=api&page=3828
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3827",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3828,
    "results": [
        {
            "start": 873449674,
            "stop": 873449678
        },
        {
            "start": 873449681,
            "stop": 873449742
        },
        {
            "start": 873449745,
            "stop": 873450649
        },
        {
            "start": 873450657,
            "stop": 873450994
        },
        {
            "start": 873450997,
            "stop": 873452476
        },
        {
            "start": 873452479,
            "stop": 873452554
        },
        {
            "start": 873452559,
            "stop": 873453081
        },
        {
            "start": 873453083,
            "stop": 873453318
        },
        {
            "start": 873453321,
            "stop": 873456175
        },
        {
            "start": 873456178,
            "stop": 873456278
        },
        {
            "start": 873456281,
            "stop": 873456505
        },
        {
            "start": 873456508,
            "stop": 873456516
        },
        {
            "start": 873456519,
            "stop": 873456600
        },
        {
            "start": 873456603,
            "stop": 873456644
        },
        {
            "start": 873456647,
            "stop": 873456947
        },
        {
            "start": 873456950,
            "stop": 873457365
        },
        {
            "start": 873457368,
            "stop": 873457754
        },
        {
            "start": 873457757,
            "stop": 873458308
        },
        {
            "start": 873458311,
            "stop": 873458329
        },
        {
            "start": 873458335,
            "stop": 873458408
        }
    ]
}