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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=175",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 176,
    "results": [
        {
            "start": 1240047549,
            "stop": 1240047668
        },
        {
            "start": 1240047669,
            "stop": 1240047788
        },
        {
            "start": 1240047789,
            "stop": 1240047908
        },
        {
            "start": 1240047909,
            "stop": 1240048028
        },
        {
            "start": 1240048029,
            "stop": 1240048148
        },
        {
            "start": 1240048149,
            "stop": 1240048268
        },
        {
            "start": 1240048269,
            "stop": 1240048388
        },
        {
            "start": 1240048389,
            "stop": 1240048508
        },
        {
            "start": 1240048509,
            "stop": 1240048608
        },
        {
            "start": 1240048609,
            "stop": 1240048748
        },
        {
            "start": 1240048749,
            "stop": 1240048868
        },
        {
            "start": 1240048869,
            "stop": 1240048988
        },
        {
            "start": 1240048989,
            "stop": 1240049108
        },
        {
            "start": 1240049109,
            "stop": 1240049228
        },
        {
            "start": 1240049229,
            "stop": 1240049348
        },
        {
            "start": 1240049349,
            "stop": 1240049468
        },
        {
            "start": 1240049469,
            "stop": 1240049588
        },
        {
            "start": 1240049589,
            "stop": 1240049708
        },
        {
            "start": 1240049709,
            "stop": 1240049828
        },
        {
            "start": 1240049829,
            "stop": 1240049948
        }
    ]
}