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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=53",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 54,
    "results": [
        {
            "start": 817744041,
            "stop": 817744099
        },
        {
            "start": 817744107,
            "stop": 817744132
        },
        {
            "start": 817744143,
            "stop": 817744624
        },
        {
            "start": 817744632,
            "stop": 817745289
        },
        {
            "start": 817745297,
            "stop": 817745772
        },
        {
            "start": 817745780,
            "stop": 817745849
        },
        {
            "start": 817745859,
            "stop": 817745871
        },
        {
            "start": 817745883,
            "stop": 817745932
        },
        {
            "start": 817745940,
            "stop": 817745946
        },
        {
            "start": 817745954,
            "stop": 817745969
        },
        {
            "start": 817745984,
            "stop": 817745991
        },
        {
            "start": 817745999,
            "stop": 817746055
        },
        {
            "start": 817746063,
            "stop": 817746120
        },
        {
            "start": 817746128,
            "stop": 817746300
        },
        {
            "start": 817746309,
            "stop": 817746330
        },
        {
            "start": 817746346,
            "stop": 817746991
        },
        {
            "start": 817747006,
            "stop": 817747256
        },
        {
            "start": 817747264,
            "stop": 817747511
        },
        {
            "start": 817747533,
            "stop": 817747644
        },
        {
            "start": 817747652,
            "stop": 817747764
        }
    ]
}