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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=184",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 185,
    "results": [
        {
            "start": 818205849,
            "stop": 818205856
        },
        {
            "start": 818205859,
            "stop": 818205860
        },
        {
            "start": 818205863,
            "stop": 818205866
        },
        {
            "start": 818205871,
            "stop": 818205875
        },
        {
            "start": 818205878,
            "stop": 818205880
        },
        {
            "start": 818205885,
            "stop": 818205896
        },
        {
            "start": 818205902,
            "stop": 818205910
        },
        {
            "start": 818205913,
            "stop": 818205923
        },
        {
            "start": 818205929,
            "stop": 818205933
        },
        {
            "start": 818205937,
            "stop": 818205939
        },
        {
            "start": 818205949,
            "stop": 818205952
        },
        {
            "start": 818205962,
            "stop": 818205963
        },
        {
            "start": 818205966,
            "stop": 818205983
        },
        {
            "start": 818205986,
            "stop": 818205993
        },
        {
            "start": 818205999,
            "stop": 818206013
        },
        {
            "start": 818206018,
            "stop": 818206020
        },
        {
            "start": 818206023,
            "stop": 818206026
        },
        {
            "start": 818206029,
            "stop": 818206033
        },
        {
            "start": 818206036,
            "stop": 818206038
        },
        {
            "start": 818206043,
            "stop": 818206044
        }
    ]
}