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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=61",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 62,
    "results": [
        {
            "start": 817745293,
            "stop": 817745773
        },
        {
            "start": 817745776,
            "stop": 817745850
        },
        {
            "start": 817745855,
            "stop": 817745872
        },
        {
            "start": 817745875,
            "stop": 817745876
        },
        {
            "start": 817745879,
            "stop": 817745933
        },
        {
            "start": 817745936,
            "stop": 817745947
        },
        {
            "start": 817745950,
            "stop": 817745970
        },
        {
            "start": 817745973,
            "stop": 817745974
        },
        {
            "start": 817745980,
            "stop": 817745992
        },
        {
            "start": 817745995,
            "stop": 817746056
        },
        {
            "start": 817746059,
            "stop": 817746121
        },
        {
            "start": 817746124,
            "stop": 817746301
        },
        {
            "start": 817746305,
            "stop": 817746331
        },
        {
            "start": 817746336,
            "stop": 817746338
        },
        {
            "start": 817746342,
            "stop": 817746992
        },
        {
            "start": 817746996,
            "stop": 817746999
        },
        {
            "start": 817747002,
            "stop": 817747257
        },
        {
            "start": 817747260,
            "stop": 817747512
        },
        {
            "start": 817747515,
            "stop": 817747520
        },
        {
            "start": 817747523,
            "stop": 817747526
        }
    ]
}