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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 546,
    "results": [
        {
            "start": 871322640,
            "stop": 871328840
        },
        {
            "start": 871328845,
            "stop": 871329485
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871346444
        },
        {
            "start": 871346450,
            "stop": 871346460
        },
        {
            "start": 871346463,
            "stop": 871346487
        },
        {
            "start": 871346490,
            "stop": 871349424
        },
        {
            "start": 871349425,
            "stop": 871350090
        },
        {
            "start": 871350095,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871392572
        },
        {
            "start": 871393624,
            "stop": 871393968
        },
        {
            "start": 871393971,
            "stop": 871393978
        },
        {
            "start": 871394045,
            "stop": 871403415
        },
        {
            "start": 871403420,
            "stop": 871409388
        },
        {
            "start": 871410297,
            "stop": 871413927
        },
        {
            "start": 871413933,
            "stop": 871414310
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        }
    ]
}