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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=36",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 37,
    "results": [
        {
            "start": 816685767,
            "stop": 816685769
        },
        {
            "start": 816685773,
            "stop": 816685890
        },
        {
            "start": 816685893,
            "stop": 816686126
        },
        {
            "start": 816686132,
            "stop": 816686188
        },
        {
            "start": 816686192,
            "stop": 816686218
        },
        {
            "start": 816686221,
            "stop": 816686330
        },
        {
            "start": 816686333,
            "stop": 816686337
        },
        {
            "start": 816686340,
            "stop": 816686343
        },
        {
            "start": 816686349,
            "stop": 816686547
        },
        {
            "start": 816686550,
            "stop": 816686771
        },
        {
            "start": 816686774,
            "stop": 816687007
        },
        {
            "start": 816687012,
            "stop": 816687111
        },
        {
            "start": 816687115,
            "stop": 816687151
        },
        {
            "start": 816687158,
            "stop": 816687221
        },
        {
            "start": 816687225,
            "stop": 816687806
        },
        {
            "start": 816687810,
            "stop": 816687815
        },
        {
            "start": 816687820,
            "stop": 816687821
        },
        {
            "start": 816687824,
            "stop": 816687887
        },
        {
            "start": 816687891,
            "stop": 816687935
        },
        {
            "start": 816687938,
            "stop": 816687959
        }
    ]
}