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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=212",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 213,
    "results": [
        {
            "start": 820161895,
            "stop": 820162737
        },
        {
            "start": 820162740,
            "stop": 820163374
        },
        {
            "start": 820163377,
            "stop": 820163998
        },
        {
            "start": 820164001,
            "stop": 820164369
        },
        {
            "start": 820164372,
            "stop": 820164376
        },
        {
            "start": 820164380,
            "stop": 820164466
        },
        {
            "start": 820164470,
            "stop": 820164794
        },
        {
            "start": 820164797,
            "stop": 820164806
        },
        {
            "start": 820164809,
            "stop": 820165319
        },
        {
            "start": 820165322,
            "stop": 820166182
        },
        {
            "start": 820166185,
            "stop": 820166212
        },
        {
            "start": 820166215,
            "stop": 820166249
        },
        {
            "start": 820166252,
            "stop": 820166776
        },
        {
            "start": 820166779,
            "stop": 820167102
        },
        {
            "start": 820167105,
            "stop": 820167627
        },
        {
            "start": 820167630,
            "stop": 820167762
        },
        {
            "start": 820167765,
            "stop": 820168347
        },
        {
            "start": 820168350,
            "stop": 820168363
        },
        {
            "start": 820168367,
            "stop": 820168923
        },
        {
            "start": 820168927,
            "stop": 820169093
        }
    ]
}