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=4057
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=4058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4056",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4057,
    "results": [
        {
            "start": 875109482,
            "stop": 875109554
        },
        {
            "start": 875109557,
            "stop": 875111377
        },
        {
            "start": 875111380,
            "stop": 875112269
        },
        {
            "start": 875112272,
            "stop": 875112450
        },
        {
            "start": 875112453,
            "stop": 875112628
        },
        {
            "start": 875112632,
            "stop": 875112691
        },
        {
            "start": 875112701,
            "stop": 875112819
        },
        {
            "start": 875112822,
            "stop": 875112823
        },
        {
            "start": 875112826,
            "stop": 875112831
        },
        {
            "start": 875112834,
            "stop": 875112967
        },
        {
            "start": 875112970,
            "stop": 875113006
        },
        {
            "start": 875113009,
            "stop": 875113025
        },
        {
            "start": 875113033,
            "stop": 875113035
        },
        {
            "start": 875113040,
            "stop": 875113070
        },
        {
            "start": 875113076,
            "stop": 875113145
        },
        {
            "start": 875113149,
            "stop": 875113170
        },
        {
            "start": 875113173,
            "stop": 875113350
        },
        {
            "start": 875113353,
            "stop": 875113397
        },
        {
            "start": 875113400,
            "stop": 875113501
        },
        {
            "start": 875113504,
            "stop": 875113520
        }
    ]
}