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=3647
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=3648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3646",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3647,
    "results": [
        {
            "start": 872541480,
            "stop": 872541512
        },
        {
            "start": 872541533,
            "stop": 872543356
        },
        {
            "start": 872543373,
            "stop": 872544334
        },
        {
            "start": 872544356,
            "stop": 872544359
        },
        {
            "start": 872544436,
            "stop": 872544637
        },
        {
            "start": 872544654,
            "stop": 872544800
        },
        {
            "start": 872544817,
            "stop": 872545298
        },
        {
            "start": 872545453,
            "stop": 872545821
        },
        {
            "start": 872545838,
            "stop": 872546415
        },
        {
            "start": 872546418,
            "stop": 872547869
        },
        {
            "start": 872547873,
            "stop": 872548152
        },
        {
            "start": 872548169,
            "stop": 872549992
        },
        {
            "start": 872550009,
            "stop": 872553460
        },
        {
            "start": 872553477,
            "stop": 872555917
        },
        {
            "start": 872555934,
            "stop": 872556240
        },
        {
            "start": 872556300,
            "stop": 872556498
        },
        {
            "start": 872556515,
            "stop": 872560945
        },
        {
            "start": 872560962,
            "stop": 872561444
        },
        {
            "start": 872561685,
            "stop": 872563080
        },
        {
            "start": 872563168,
            "stop": 872564579
        }
    ]
}