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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6079",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6080,
    "results": [
        {
            "start": 873897734,
            "stop": 873897800
        },
        {
            "start": 873897803,
            "stop": 873898733
        },
        {
            "start": 873898734,
            "stop": 873899156
        },
        {
            "start": 873899159,
            "stop": 873899408
        },
        {
            "start": 873899411,
            "stop": 873899556
        },
        {
            "start": 873899559,
            "stop": 873899768
        },
        {
            "start": 873899770,
            "stop": 873900055
        },
        {
            "start": 873900056,
            "stop": 873901076
        },
        {
            "start": 873901079,
            "stop": 873901660
        },
        {
            "start": 873901666,
            "stop": 873903960
        },
        {
            "start": 873903961,
            "stop": 873904651
        },
        {
            "start": 873904654,
            "stop": 873905161
        },
        {
            "start": 873905162,
            "stop": 873905203
        },
        {
            "start": 873905205,
            "stop": 873905683
        },
        {
            "start": 873905684,
            "stop": 873905888
        },
        {
            "start": 873905891,
            "stop": 873906231
        },
        {
            "start": 873906240,
            "stop": 873906289
        },
        {
            "start": 873906292,
            "stop": 873906293
        },
        {
            "start": 873906296,
            "stop": 873908355
        },
        {
            "start": 873908356,
            "stop": 873908632
        }
    ]
}