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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=17",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 18,
    "results": [
        {
            "start": 816685893,
            "stop": 816686129
        },
        {
            "start": 816686132,
            "stop": 816686218
        },
        {
            "start": 816686221,
            "stop": 816686330
        },
        {
            "start": 816686333,
            "stop": 816686346
        },
        {
            "start": 816686349,
            "stop": 816686547
        },
        {
            "start": 816686550,
            "stop": 816686771
        },
        {
            "start": 816686774,
            "stop": 816687155
        },
        {
            "start": 816687158,
            "stop": 816688032
        },
        {
            "start": 816688035,
            "stop": 816688174
        },
        {
            "start": 816688177,
            "stop": 816688681
        },
        {
            "start": 816688684,
            "stop": 816689558
        },
        {
            "start": 816689561,
            "stop": 816689898
        },
        {
            "start": 816689901,
            "stop": 816690204
        },
        {
            "start": 816690207,
            "stop": 816690286
        },
        {
            "start": 816690289,
            "stop": 816690901
        },
        {
            "start": 816690904,
            "stop": 816690906
        },
        {
            "start": 816690909,
            "stop": 816691249
        },
        {
            "start": 816691252,
            "stop": 816691398
        },
        {
            "start": 816691401,
            "stop": 816691500
        },
        {
            "start": 816691503,
            "stop": 816692421
        }
    ]
}