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=5999
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=6000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5998",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5999,
    "results": [
        {
            "start": 873451518,
            "stop": 873451882
        },
        {
            "start": 873451883,
            "stop": 873452476
        },
        {
            "start": 873452479,
            "stop": 873452554
        },
        {
            "start": 873452559,
            "stop": 873452873
        },
        {
            "start": 873452874,
            "stop": 873453081
        },
        {
            "start": 873453083,
            "stop": 873453194
        },
        {
            "start": 873453195,
            "stop": 873453318
        },
        {
            "start": 873453321,
            "stop": 873453439
        },
        {
            "start": 873453440,
            "stop": 873454047
        },
        {
            "start": 873454048,
            "stop": 873455406
        },
        {
            "start": 873455407,
            "stop": 873455790
        },
        {
            "start": 873455791,
            "stop": 873456080
        },
        {
            "start": 873456081,
            "stop": 873456175
        },
        {
            "start": 873456178,
            "stop": 873456185
        },
        {
            "start": 873456186,
            "stop": 873456278
        },
        {
            "start": 873456281,
            "stop": 873456505
        },
        {
            "start": 873456508,
            "stop": 873456516
        },
        {
            "start": 873456519,
            "stop": 873456600
        },
        {
            "start": 873456603,
            "stop": 873456644
        },
        {
            "start": 873456647,
            "stop": 873456869
        }
    ]
}