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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=7",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 8,
    "results": [
        {
            "start": 817241993,
            "stop": 817242172
        },
        {
            "start": 817243345,
            "stop": 817247562
        },
        {
            "start": 817248222,
            "stop": 817248425
        },
        {
            "start": 817249073,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817264182
        },
        {
            "start": 817264974,
            "stop": 817287073
        },
        {
            "start": 817290054,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299643
        },
        {
            "start": 817303237,
            "stop": 817308588
        },
        {
            "start": 817352726,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817365352
        },
        {
            "start": 817366310,
            "stop": 817395164
        },
        {
            "start": 817399812,
            "stop": 817401493
        },
        {
            "start": 817402813,
            "stop": 817403053
        },
        {
            "start": 817403111,
            "stop": 817403113
        },
        {
            "start": 817403296,
            "stop": 817403871
        },
        {
            "start": 817415494,
            "stop": 817416013
        },
        {
            "start": 817416818,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817426388
        }
    ]
}