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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=162",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 163,
    "results": [
        {
            "start": 841234853,
            "stop": 841236738
        },
        {
            "start": 841237642,
            "stop": 841245133
        },
        {
            "start": 841245461,
            "stop": 841251323
        },
        {
            "start": 841251331,
            "stop": 841253947
        },
        {
            "start": 841253955,
            "stop": 841261007
        },
        {
            "start": 841261015,
            "stop": 841262335
        },
        {
            "start": 841263435,
            "stop": 841287805
        },
        {
            "start": 841287806,
            "stop": 841305700
        },
        {
            "start": 841307432,
            "stop": 841342894
        },
        {
            "start": 841344032,
            "stop": 841376526
        },
        {
            "start": 841377647,
            "stop": 841424365
        },
        {
            "start": 841424804,
            "stop": 841448147
        },
        {
            "start": 841448316,
            "stop": 841472349
        },
        {
            "start": 841473029,
            "stop": 841473144
        },
        {
            "start": 841473744,
            "stop": 841491261
        },
        {
            "start": 841491266,
            "stop": 841503826
        },
        {
            "start": 841532405,
            "stop": 841533349
        },
        {
            "start": 841534484,
            "stop": 841544731
        },
        {
            "start": 841544733,
            "stop": 841554531
        },
        {
            "start": 841558223,
            "stop": 841580203
        }
    ]
}