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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=329",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 330,
    "results": [
        {
            "start": 861389491,
            "stop": 861390674
        },
        {
            "start": 861392481,
            "stop": 861398479
        },
        {
            "start": 861398823,
            "stop": 861400862
        },
        {
            "start": 861400883,
            "stop": 861405060
        },
        {
            "start": 861405156,
            "stop": 861405174
        },
        {
            "start": 861405196,
            "stop": 861407767
        },
        {
            "start": 861407808,
            "stop": 861407854
        },
        {
            "start": 861407876,
            "stop": 861407944
        },
        {
            "start": 861407966,
            "stop": 861415761
        },
        {
            "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
        }
    ]
}