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=6297
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=6298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6296",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6297,
    "results": [
        {
            "start": 875118908,
            "stop": 875118984
        },
        {
            "start": 875118985,
            "stop": 875119207
        },
        {
            "start": 875119210,
            "stop": 875119211
        },
        {
            "start": 875119219,
            "stop": 875119223
        },
        {
            "start": 875119226,
            "stop": 875119227
        },
        {
            "start": 875119233,
            "stop": 875119236
        },
        {
            "start": 875119241,
            "stop": 875119254
        },
        {
            "start": 875119257,
            "stop": 875119314
        },
        {
            "start": 875119377,
            "stop": 875119449
        },
        {
            "start": 875119455,
            "stop": 875119473
        },
        {
            "start": 875119477,
            "stop": 875119527
        },
        {
            "start": 875119530,
            "stop": 875119534
        },
        {
            "start": 875119539,
            "stop": 875119561
        },
        {
            "start": 875119565,
            "stop": 875119575
        },
        {
            "start": 875119578,
            "stop": 875119996
        },
        {
            "start": 875119999,
            "stop": 875120049
        },
        {
            "start": 875120052,
            "stop": 875120202
        },
        {
            "start": 875120203,
            "stop": 875121076
        },
        {
            "start": 875121077,
            "stop": 875121341
        },
        {
            "start": 875121345,
            "stop": 875121916
        }
    ]
}