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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=234",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 235,
    "results": [
        {
            "start": 818219353,
            "stop": 818219355
        },
        {
            "start": 818219358,
            "stop": 818219360
        },
        {
            "start": 818219370,
            "stop": 818219372
        },
        {
            "start": 818219375,
            "stop": 818219378
        },
        {
            "start": 818219396,
            "stop": 818219399
        },
        {
            "start": 818219414,
            "stop": 818219418
        },
        {
            "start": 818219421,
            "stop": 818219424
        },
        {
            "start": 818219436,
            "stop": 818219437
        },
        {
            "start": 818219443,
            "stop": 818219444
        },
        {
            "start": 818219448,
            "stop": 818219450
        },
        {
            "start": 818219498,
            "stop": 818219499
        },
        {
            "start": 818219527,
            "stop": 818219531
        },
        {
            "start": 818219535,
            "stop": 818219536
        },
        {
            "start": 818219559,
            "stop": 818219561
        },
        {
            "start": 818219564,
            "stop": 818219565
        },
        {
            "start": 818219569,
            "stop": 818219574
        },
        {
            "start": 818219608,
            "stop": 818219609
        },
        {
            "start": 818219616,
            "stop": 818219621
        },
        {
            "start": 818219624,
            "stop": 818219627
        },
        {
            "start": 818219631,
            "stop": 818219634
        }
    ]
}