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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=8",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 9,
    "results": [
        {
            "start": 817262116,
            "stop": 817267838
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817275446
        },
        {
            "start": 817276762,
            "stop": 817291183
        },
        {
            "start": 817291895,
            "stop": 817312621
        },
        {
            "start": 817314125,
            "stop": 817314549
        },
        {
            "start": 817334047,
            "stop": 817334289
        },
        {
            "start": 817335553,
            "stop": 817340747
        },
        {
            "start": 817343130,
            "stop": 817347032
        },
        {
            "start": 817348937,
            "stop": 817351055
        },
        {
            "start": 817352166,
            "stop": 817353389
        },
        {
            "start": 817353587,
            "stop": 817362476
        },
        {
            "start": 817363929,
            "stop": 817398387
        },
        {
            "start": 817404620,
            "stop": 817404999
        },
        {
            "start": 817405819,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817412819
        },
        {
            "start": 817414689,
            "stop": 817417692
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817419823
        },
        {
            "start": 817419877,
            "stop": 817423382
        }
    ]
}