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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=277",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 278,
    "results": [
        {
            "start": 861398823,
            "stop": 861415769
        },
        {
            "start": 861415919,
            "stop": 861424197
        },
        {
            "start": 861426034,
            "stop": 861428274
        },
        {
            "start": 861428663,
            "stop": 861454900
        },
        {
            "start": 861455511,
            "stop": 861462091
        },
        {
            "start": 861483622,
            "stop": 861484065
        },
        {
            "start": 861484575,
            "stop": 861484661
        },
        {
            "start": 861484995,
            "stop": 861485445
        },
        {
            "start": 861485745,
            "stop": 861486259
        },
        {
            "start": 861486679,
            "stop": 861486985
        },
        {
            "start": 861487285,
            "stop": 861487578
        },
        {
            "start": 861487878,
            "stop": 861489275
        },
        {
            "start": 861490412,
            "stop": 861495053
        },
        {
            "start": 861495623,
            "stop": 861496001
        },
        {
            "start": 861496260,
            "stop": 861499274
        },
        {
            "start": 861500240,
            "stop": 861501175
        },
        {
            "start": 861501933,
            "stop": 861503444
        },
        {
            "start": 861503445,
            "stop": 861504447
        },
        {
            "start": 861505203,
            "stop": 861544032
        },
        {
            "start": 861544696,
            "stop": 861566132
        }
    ]
}