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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=78",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 79,
    "results": [
        {
            "start": 944184658,
            "stop": 944184822
        },
        {
            "start": 944184825,
            "stop": 944184923
        },
        {
            "start": 944184926,
            "stop": 944186630
        },
        {
            "start": 944186631,
            "stop": 944186969
        },
        {
            "start": 944186972,
            "stop": 944186977
        },
        {
            "start": 944186983,
            "stop": 944187607
        },
        {
            "start": 944187610,
            "stop": 944188134
        },
        {
            "start": 944188137,
            "stop": 944188235
        },
        {
            "start": 944188239,
            "stop": 944188301
        },
        {
            "start": 944188304,
            "stop": 944188652
        },
        {
            "start": 944188655,
            "stop": 944189222
        },
        {
            "start": 944189227,
            "stop": 944189711
        },
        {
            "start": 944189716,
            "stop": 944189739
        },
        {
            "start": 944189742,
            "stop": 944189916
        },
        {
            "start": 944189920,
            "stop": 944190084
        },
        {
            "start": 944190088,
            "stop": 944190091
        },
        {
            "start": 944190097,
            "stop": 944190197
        },
        {
            "start": 944191727,
            "stop": 944192884
        },
        {
            "start": 944192888,
            "stop": 944193105
        },
        {
            "start": 944193108,
            "stop": 944193414
        }
    ]
}