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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 260,
    "results": [
        {
            "start": 1240047189,
            "stop": 1240047308
        },
        {
            "start": 1240047309,
            "stop": 1240047428
        },
        {
            "start": 1240047429,
            "stop": 1240047548
        },
        {
            "start": 1240047549,
            "stop": 1240047668
        },
        {
            "start": 1240047669,
            "stop": 1240047788
        },
        {
            "start": 1240047789,
            "stop": 1240047890
        },
        {
            "start": 1240047894,
            "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": 1240048972
        },
        {
            "start": 1240048977,
            "stop": 1240048988
        },
        {
            "start": 1240048989,
            "stop": 1240049108
        },
        {
            "start": 1240049109,
            "stop": 1240049228
        },
        {
            "start": 1240049229,
            "stop": 1240049348
        }
    ]
}