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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41089",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41090,
    "results": [
        {
            "start": 875219803,
            "stop": 875219844
        },
        {
            "start": 875219845,
            "stop": 875219858
        },
        {
            "start": 875219859,
            "stop": 875219865
        },
        {
            "start": 875219867,
            "stop": 875219899
        },
        {
            "start": 875219900,
            "stop": 875219908
        },
        {
            "start": 875219909,
            "stop": 875219929
        },
        {
            "start": 875219931,
            "stop": 875219972
        },
        {
            "start": 875219973,
            "stop": 875220036
        },
        {
            "start": 875220037,
            "stop": 875220057
        },
        {
            "start": 875220058,
            "stop": 875220078
        },
        {
            "start": 875220079,
            "stop": 875220113
        },
        {
            "start": 875220114,
            "stop": 875220122
        },
        {
            "start": 875220125,
            "stop": 875220142
        },
        {
            "start": 875220144,
            "stop": 875220185
        },
        {
            "start": 875220186,
            "stop": 875220206
        },
        {
            "start": 875220208,
            "stop": 875220211
        },
        {
            "start": 875220218,
            "stop": 875220227
        },
        {
            "start": 875220229,
            "stop": 875220270
        },
        {
            "start": 875220271,
            "stop": 875220313
        },
        {
            "start": 875220314,
            "stop": 875220350
        }
    ]
}