Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2429
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2428",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2429,
    "results": [
        {
            "start": 873817903,
            "stop": 873819410
        },
        {
            "start": 873819490,
            "stop": 873820070
        },
        {
            "start": 873820087,
            "stop": 873820287
        },
        {
            "start": 873820304,
            "stop": 873821530
        },
        {
            "start": 873821547,
            "stop": 873825193
        },
        {
            "start": 873825210,
            "stop": 873825710
        },
        {
            "start": 873825790,
            "stop": 873826781
        },
        {
            "start": 873826798,
            "stop": 873828038
        },
        {
            "start": 873828055,
            "stop": 873828418
        },
        {
            "start": 873828426,
            "stop": 873830889
        },
        {
            "start": 873830928,
            "stop": 873831540
        },
        {
            "start": 873831610,
            "stop": 873831650
        },
        {
            "start": 873831790,
            "stop": 873832370
        },
        {
            "start": 873832510,
            "stop": 873832829
        },
        {
            "start": 873832846,
            "stop": 873833330
        },
        {
            "start": 873833410,
            "stop": 873834327
        },
        {
            "start": 873834943,
            "stop": 873835114
        },
        {
            "start": 873835153,
            "stop": 873835354
        },
        {
            "start": 873835371,
            "stop": 873837290
        },
        {
            "start": 873837370,
            "stop": 873838430
        }
    ]
}