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/H2_CBCHIGH_CAT2/segments?format=api&page=784
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=783",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 784,
    "results": [
        {
            "start": 865362969,
            "stop": 865364602
        },
        {
            "start": 865367802,
            "stop": 865370615
        },
        {
            "start": 865370616,
            "stop": 865373528
        },
        {
            "start": 865373983,
            "stop": 865374020
        },
        {
            "start": 865389878,
            "stop": 865397984
        },
        {
            "start": 865400553,
            "stop": 865465048
        },
        {
            "start": 865466399,
            "stop": 865474630
        },
        {
            "start": 865475370,
            "stop": 865490910
        },
        {
            "start": 865490970,
            "stop": 865490971
        },
        {
            "start": 865491711,
            "stop": 865542390
        },
        {
            "start": 865542450,
            "stop": 865542460
        },
        {
            "start": 865544081,
            "stop": 865547310
        },
        {
            "start": 865547430,
            "stop": 865557033
        },
        {
            "start": 865557960,
            "stop": 865612843
        },
        {
            "start": 865613009,
            "stop": 865613973
        },
        {
            "start": 865622921,
            "stop": 865625898
        },
        {
            "start": 865626700,
            "stop": 865630923
        },
        {
            "start": 865630926,
            "stop": 865632929
        },
        {
            "start": 865632930,
            "stop": 865645388
        },
        {
            "start": 865646027,
            "stop": 865668367
        }
    ]
}