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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=339",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 340,
    "results": [
        {
            "start": 822872424,
            "stop": 822872427
        },
        {
            "start": 822872432,
            "stop": 822872434
        },
        {
            "start": 822872438,
            "stop": 822872527
        },
        {
            "start": 822872531,
            "stop": 822872577
        },
        {
            "start": 822872582,
            "stop": 822872638
        },
        {
            "start": 822872641,
            "stop": 822872757
        },
        {
            "start": 822872760,
            "stop": 822872853
        },
        {
            "start": 822872856,
            "stop": 822872891
        },
        {
            "start": 822872894,
            "stop": 822873213
        },
        {
            "start": 822877048,
            "stop": 822877077
        },
        {
            "start": 822877082,
            "stop": 822877260
        },
        {
            "start": 822877320,
            "stop": 822877349
        },
        {
            "start": 822877353,
            "stop": 822877428
        },
        {
            "start": 822877560,
            "stop": 822877624
        },
        {
            "start": 822877627,
            "stop": 822877680
        },
        {
            "start": 822877740,
            "stop": 822877837
        },
        {
            "start": 822877841,
            "stop": 822877860
        },
        {
            "start": 822878040,
            "stop": 822878076
        },
        {
            "start": 822878079,
            "stop": 822878100
        },
        {
            "start": 822878160,
            "stop": 822878435
        }
    ]
}