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=6062
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=6063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6061",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6062,
    "results": [
        {
            "start": 873813382,
            "stop": 873813729
        },
        {
            "start": 873813732,
            "stop": 873813866
        },
        {
            "start": 873813867,
            "stop": 873813933
        },
        {
            "start": 873813936,
            "stop": 873814003
        },
        {
            "start": 873814006,
            "stop": 873814023
        },
        {
            "start": 873814026,
            "stop": 873814039
        },
        {
            "start": 873814040,
            "stop": 873814131
        },
        {
            "start": 873814134,
            "stop": 873814187
        },
        {
            "start": 873814190,
            "stop": 873814342
        },
        {
            "start": 873814345,
            "stop": 873814346
        },
        {
            "start": 873814349,
            "stop": 873814356
        },
        {
            "start": 873814632,
            "stop": 873814840
        },
        {
            "start": 873814843,
            "stop": 873814853
        },
        {
            "start": 873814856,
            "stop": 873814956
        },
        {
            "start": 873814959,
            "stop": 873814975
        },
        {
            "start": 873814976,
            "stop": 873814980
        },
        {
            "start": 873815040,
            "stop": 873815325
        },
        {
            "start": 873815326,
            "stop": 873815334
        },
        {
            "start": 873815335,
            "stop": 873816218
        },
        {
            "start": 873816219,
            "stop": 873816900
        }
    ]
}