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=449
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=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=448",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 449,
    "results": [
        {
            "start": 818751785,
            "stop": 818751786
        },
        {
            "start": 818751790,
            "stop": 818751791
        },
        {
            "start": 818751795,
            "stop": 818751797
        },
        {
            "start": 818751809,
            "stop": 818751836
        },
        {
            "start": 818751839,
            "stop": 818751840
        },
        {
            "start": 818751844,
            "stop": 818751847
        },
        {
            "start": 818751850,
            "stop": 818751852
        },
        {
            "start": 818751855,
            "stop": 818751871
        },
        {
            "start": 818751890,
            "stop": 818751903
        },
        {
            "start": 818751908,
            "stop": 818751936
        },
        {
            "start": 818751940,
            "stop": 818751941
        },
        {
            "start": 818751950,
            "stop": 818751954
        },
        {
            "start": 818751957,
            "stop": 818751972
        },
        {
            "start": 818751976,
            "stop": 818751979
        },
        {
            "start": 818751992,
            "stop": 818751997
        },
        {
            "start": 818752004,
            "stop": 818752013
        },
        {
            "start": 818752018,
            "stop": 818752027
        },
        {
            "start": 818752030,
            "stop": 818752042
        },
        {
            "start": 818752045,
            "stop": 818752050
        },
        {
            "start": 818752055,
            "stop": 818752056
        }
    ]
}