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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7279",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7280,
    "results": [
        {
            "start": 875006440,
            "stop": 875006702
        },
        {
            "start": 875006703,
            "stop": 875006738
        },
        {
            "start": 875006739,
            "stop": 875006980
        },
        {
            "start": 875006981,
            "stop": 875007289
        },
        {
            "start": 875007290,
            "stop": 875007557
        },
        {
            "start": 875007558,
            "stop": 875007745
        },
        {
            "start": 875007746,
            "stop": 875007808
        },
        {
            "start": 875007809,
            "stop": 875008139
        },
        {
            "start": 875008140,
            "stop": 875008791
        },
        {
            "start": 875008792,
            "stop": 875009100
        },
        {
            "start": 875009102,
            "stop": 875009168
        },
        {
            "start": 875009169,
            "stop": 875009558
        },
        {
            "start": 875009560,
            "stop": 875009662
        },
        {
            "start": 875009663,
            "stop": 875009679
        },
        {
            "start": 875009680,
            "stop": 875010498
        },
        {
            "start": 875010499,
            "stop": 875010836
        },
        {
            "start": 875010837,
            "stop": 875011142
        },
        {
            "start": 875011144,
            "stop": 875011180
        },
        {
            "start": 875011182,
            "stop": 875011191
        },
        {
            "start": 875011192,
            "stop": 875011617
        }
    ]
}