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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=323",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 324,
    "results": [
        {
            "start": 821076434,
            "stop": 821076924
        },
        {
            "start": 821076928,
            "stop": 821077033
        },
        {
            "start": 821077037,
            "stop": 821077067
        },
        {
            "start": 821077071,
            "stop": 821077235
        },
        {
            "start": 821077239,
            "stop": 821077254
        },
        {
            "start": 821077258,
            "stop": 821077412
        },
        {
            "start": 821077415,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821078536
        },
        {
            "start": 821078539,
            "stop": 821078886
        },
        {
            "start": 821078905,
            "stop": 821080239
        },
        {
            "start": 821080242,
            "stop": 821080405
        },
        {
            "start": 821080408,
            "stop": 821080876
        },
        {
            "start": 821080895,
            "stop": 821081754
        },
        {
            "start": 821081757,
            "stop": 821082033
        },
        {
            "start": 821082034,
            "stop": 821082710
        },
        {
            "start": 821082713,
            "stop": 821083975
        },
        {
            "start": 821083979,
            "stop": 821084032
        },
        {
            "start": 821084041,
            "stop": 821084129
        },
        {
            "start": 821084133,
            "stop": 821084251
        },
        {
            "start": 821084256,
            "stop": 821084437
        }
    ]
}