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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4608",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4609,
    "results": [
        {
            "start": 874187672,
            "stop": 874187712
        },
        {
            "start": 874187732,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874188432
        },
        {
            "start": 874188451,
            "stop": 874188463
        },
        {
            "start": 874188482,
            "stop": 874188565
        },
        {
            "start": 874188591,
            "stop": 874188780
        },
        {
            "start": 874188825,
            "stop": 874188831
        },
        {
            "start": 874188850,
            "stop": 874188900
        },
        {
            "start": 874188919,
            "stop": 874188925
        },
        {
            "start": 874188945,
            "stop": 874188972
        },
        {
            "start": 874188991,
            "stop": 874188996
        },
        {
            "start": 874190114,
            "stop": 874190369
        },
        {
            "start": 874190373,
            "stop": 874190946
        },
        {
            "start": 874191095,
            "stop": 874191420
        },
        {
            "start": 874191600,
            "stop": 874191840
        },
        {
            "start": 874191900,
            "stop": 874191940
        },
        {
            "start": 874191957,
            "stop": 874192080
        },
        {
            "start": 874192275,
            "stop": 874192320
        },
        {
            "start": 874192500,
            "stop": 874192510
        },
        {
            "start": 874192630,
            "stop": 874192712
        }
    ]
}