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/L1_CBCHIGH_CAT2/segments?format=api&page=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=18",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 19,
    "results": [
        {
            "start": 816690904,
            "stop": 816690906
        },
        {
            "start": 816690909,
            "stop": 816691249
        },
        {
            "start": 816691252,
            "stop": 816691398
        },
        {
            "start": 816691401,
            "stop": 816691500
        },
        {
            "start": 816691503,
            "stop": 816692421
        },
        {
            "start": 816692424,
            "stop": 816692753
        },
        {
            "start": 816692756,
            "stop": 816692875
        },
        {
            "start": 816692878,
            "stop": 816693000
        },
        {
            "start": 816693003,
            "stop": 816693117
        },
        {
            "start": 816693123,
            "stop": 816693206
        },
        {
            "start": 816693209,
            "stop": 816693514
        },
        {
            "start": 816693517,
            "stop": 816693626
        },
        {
            "start": 816693629,
            "stop": 816693661
        },
        {
            "start": 816693664,
            "stop": 816693679
        },
        {
            "start": 816693682,
            "stop": 816693684
        },
        {
            "start": 816693687,
            "stop": 816693905
        },
        {
            "start": 816697874,
            "stop": 816697875
        },
        {
            "start": 816697879,
            "stop": 816697880
        },
        {
            "start": 816697883,
            "stop": 816697886
        },
        {
            "start": 816697887,
            "stop": 816697898
        }
    ]
}