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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=318",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 319,
    "results": [
        {
            "start": 818752503,
            "stop": 818752513
        },
        {
            "start": 818752534,
            "stop": 818752538
        },
        {
            "start": 818752541,
            "stop": 818752544
        },
        {
            "start": 818752680,
            "stop": 818752743
        },
        {
            "start": 818752772,
            "stop": 818752792
        },
        {
            "start": 818752812,
            "stop": 818752893
        },
        {
            "start": 818753040,
            "stop": 818753091
        },
        {
            "start": 818753160,
            "stop": 818753168
        },
        {
            "start": 818753188,
            "stop": 818753195
        },
        {
            "start": 818753340,
            "stop": 818753391
        },
        {
            "start": 818753460,
            "stop": 818753483
        },
        {
            "start": 818753510,
            "stop": 818753585
        },
        {
            "start": 818753614,
            "stop": 818753627
        },
        {
            "start": 818753710,
            "stop": 818753760
        },
        {
            "start": 818753878,
            "stop": 818753880
        },
        {
            "start": 818753940,
            "stop": 818753972
        },
        {
            "start": 818753992,
            "stop": 818753998
        },
        {
            "start": 818754019,
            "stop": 818754049
        },
        {
            "start": 818754253,
            "stop": 818754291
        },
        {
            "start": 818754360,
            "stop": 818754416
        }
    ]
}