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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=209",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 210,
    "results": [
        {
            "start": 817714256,
            "stop": 817714939
        },
        {
            "start": 817714962,
            "stop": 817715849
        },
        {
            "start": 817715887,
            "stop": 817718523
        },
        {
            "start": 817718558,
            "stop": 817718584
        },
        {
            "start": 817718587,
            "stop": 817718591
        },
        {
            "start": 817718598,
            "stop": 817718612
        },
        {
            "start": 817718623,
            "stop": 817718637
        },
        {
            "start": 817718640,
            "stop": 817718657
        },
        {
            "start": 817718661,
            "stop": 817718670
        },
        {
            "start": 817718692,
            "stop": 817718730
        },
        {
            "start": 817720684,
            "stop": 817720841
        },
        {
            "start": 817720860,
            "stop": 817721012
        },
        {
            "start": 817721061,
            "stop": 817721080
        },
        {
            "start": 817721099,
            "stop": 817721112
        },
        {
            "start": 817721131,
            "stop": 817721864
        },
        {
            "start": 817721883,
            "stop": 817722350
        },
        {
            "start": 817722367,
            "stop": 817722569
        },
        {
            "start": 817722600,
            "stop": 817722839
        },
        {
            "start": 817722861,
            "stop": 817722905
        },
        {
            "start": 817722924,
            "stop": 817723047
        }
    ]
}