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=8074
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=8075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8073",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8074,
    "results": [
        {
            "start": 872383122,
            "stop": 872383147
        },
        {
            "start": 872383166,
            "stop": 872383341
        },
        {
            "start": 872383360,
            "stop": 872383871
        },
        {
            "start": 872383888,
            "stop": 872383896
        },
        {
            "start": 872383913,
            "stop": 872383996
        },
        {
            "start": 872384013,
            "stop": 872384109
        },
        {
            "start": 872384126,
            "stop": 872384594
        },
        {
            "start": 872384616,
            "stop": 872384688
        },
        {
            "start": 872384707,
            "stop": 872384749
        },
        {
            "start": 872384770,
            "stop": 872384781
        },
        {
            "start": 872384836,
            "stop": 872384843
        },
        {
            "start": 872384863,
            "stop": 872384876
        },
        {
            "start": 872384896,
            "stop": 872384897
        },
        {
            "start": 872384929,
            "stop": 872384959
        },
        {
            "start": 872384979,
            "stop": 872384980
        },
        {
            "start": 872384999,
            "stop": 872385039
        },
        {
            "start": 872385058,
            "stop": 872385098
        },
        {
            "start": 872385128,
            "stop": 872385173
        },
        {
            "start": 872385206,
            "stop": 872385260
        },
        {
            "start": 872385388,
            "stop": 872385399
        }
    ]
}