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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2058",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2059,
    "results": [
        {
            "start": 861407780,
            "stop": 861407795
        },
        {
            "start": 861407800,
            "stop": 861407862
        },
        {
            "start": 861407868,
            "stop": 861407952
        },
        {
            "start": 861407958,
            "stop": 861415769
        },
        {
            "start": 861415919,
            "stop": 861424197
        },
        {
            "start": 861426034,
            "stop": 861428274
        },
        {
            "start": 861428663,
            "stop": 861443280
        },
        {
            "start": 861443340,
            "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": 861490646
        },
        {
            "start": 861490649,
            "stop": 861490657
        },
        {
            "start": 861490660,
            "stop": 861490746
        },
        {
            "start": 861490749,
            "stop": 861495053
        }
    ]
}