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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=69",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 70,
    "results": [
        {
            "start": 817808633,
            "stop": 817808653
        },
        {
            "start": 817808656,
            "stop": 817808843
        },
        {
            "start": 817808846,
            "stop": 817810019
        },
        {
            "start": 817810022,
            "stop": 817810027
        },
        {
            "start": 817810030,
            "stop": 817811553
        },
        {
            "start": 817811556,
            "stop": 817812327
        },
        {
            "start": 817812330,
            "stop": 817812968
        },
        {
            "start": 817812971,
            "stop": 817813411
        },
        {
            "start": 817813416,
            "stop": 817813419
        },
        {
            "start": 817813423,
            "stop": 817813718
        },
        {
            "start": 817813721,
            "stop": 817814030
        },
        {
            "start": 817814032,
            "stop": 817814351
        },
        {
            "start": 817814354,
            "stop": 817814500
        },
        {
            "start": 817814503,
            "stop": 817814567
        },
        {
            "start": 817814572,
            "stop": 817814772
        },
        {
            "start": 817814775,
            "stop": 817815038
        },
        {
            "start": 817815041,
            "stop": 817815181
        },
        {
            "start": 817815186,
            "stop": 817815296
        },
        {
            "start": 817815302,
            "stop": 817815401
        },
        {
            "start": 817815411,
            "stop": 817815412
        }
    ]
}