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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=539",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 540,
    "results": [
        {
            "start": 827199162,
            "stop": 827199189
        },
        {
            "start": 827199198,
            "stop": 827199234
        },
        {
            "start": 827199237,
            "stop": 827199317
        },
        {
            "start": 827199320,
            "stop": 827199334
        },
        {
            "start": 827199337,
            "stop": 827199339
        },
        {
            "start": 827199343,
            "stop": 827199345
        },
        {
            "start": 827199348,
            "stop": 827199393
        },
        {
            "start": 827199396,
            "stop": 827199535
        },
        {
            "start": 827199538,
            "stop": 827199648
        },
        {
            "start": 827199651,
            "stop": 827199865
        },
        {
            "start": 827199868,
            "stop": 827200112
        },
        {
            "start": 827200116,
            "stop": 827200301
        },
        {
            "start": 827200316,
            "stop": 827200342
        },
        {
            "start": 827200346,
            "stop": 827200418
        },
        {
            "start": 827200424,
            "stop": 827200437
        },
        {
            "start": 827200440,
            "stop": 827200488
        },
        {
            "start": 827200492,
            "stop": 827200647
        },
        {
            "start": 827200650,
            "stop": 827200759
        },
        {
            "start": 827200763,
            "stop": 827200812
        },
        {
            "start": 827200816,
            "stop": 827201164
        }
    ]
}