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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=151",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 152,
    "results": [
        {
            "start": 818826115,
            "stop": 818829959
        },
        {
            "start": 818830079,
            "stop": 818830624
        },
        {
            "start": 818830656,
            "stop": 818831461
        },
        {
            "start": 818832807,
            "stop": 818832952
        },
        {
            "start": 818833072,
            "stop": 818850528
        },
        {
            "start": 818850560,
            "stop": 818860065
        },
        {
            "start": 818860082,
            "stop": 818860239
        },
        {
            "start": 818861535,
            "stop": 818862915
        },
        {
            "start": 818862919,
            "stop": 818867257
        },
        {
            "start": 818867377,
            "stop": 818867482
        },
        {
            "start": 818867486,
            "stop": 818867923
        },
        {
            "start": 818868104,
            "stop": 818871979
        },
        {
            "start": 818872099,
            "stop": 818872694
        },
        {
            "start": 818872814,
            "stop": 818877226
        },
        {
            "start": 818877346,
            "stop": 818878202
        },
        {
            "start": 818879607,
            "stop": 818879863
        },
        {
            "start": 818880044,
            "stop": 818884695
        },
        {
            "start": 818884815,
            "stop": 818885134
        },
        {
            "start": 818885716,
            "stop": 818887913
        },
        {
            "start": 818888033,
            "stop": 818888211
        }
    ]
}