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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=321",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 322,
    "results": [
        {
            "start": 860519683,
            "stop": 860519929
        },
        {
            "start": 860519968,
            "stop": 860520097
        },
        {
            "start": 860520118,
            "stop": 860526170
        },
        {
            "start": 860526298,
            "stop": 860527015
        },
        {
            "start": 860528274,
            "stop": 860531314
        },
        {
            "start": 860531356,
            "stop": 860531399
        },
        {
            "start": 860531421,
            "stop": 860533574
        },
        {
            "start": 860533596,
            "stop": 860534624
        },
        {
            "start": 860534825,
            "stop": 860541444
        },
        {
            "start": 860541468,
            "stop": 860541474
        },
        {
            "start": 860541496,
            "stop": 860543417
        },
        {
            "start": 860544525,
            "stop": 860550651
        },
        {
            "start": 860551420,
            "stop": 860551947
        },
        {
            "start": 860552294,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860563470
        },
        {
            "start": 860563530,
            "stop": 860575662
        },
        {
            "start": 860575680,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860585130
        },
        {
            "start": 860585435,
            "stop": 860591641
        },
        {
            "start": 860591902,
            "stop": 860594057
        }
    ]
}