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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1891",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1889",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1890,
    "results": [
        {
            "start": 970450498,
            "stop": 970455214
        },
        {
            "start": 970455215,
            "stop": 970455292
        },
        {
            "start": 970455293,
            "stop": 970458646
        },
        {
            "start": 970458647,
            "stop": 970480559
        },
        {
            "start": 970480560,
            "stop": 970484975
        },
        {
            "start": 970484976,
            "stop": 970486592
        },
        {
            "start": 970486593,
            "stop": 970489550
        },
        {
            "start": 970489551,
            "stop": 970494405
        },
        {
            "start": 970494406,
            "stop": 970497600
        },
        {
            "start": 970499394,
            "stop": 970507177
        },
        {
            "start": 970566904,
            "stop": 970568358
        },
        {
            "start": 970569673,
            "stop": 970570537
        },
        {
            "start": 970572115,
            "stop": 970573211
        },
        {
            "start": 970573982,
            "stop": 970576973
        },
        {
            "start": 970578192,
            "stop": 970581361
        },
        {
            "start": 970589505,
            "stop": 970589915
        },
        {
            "start": 970594964,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970635031
        },
        {
            "start": 970635032,
            "stop": 970636215
        },
        {
            "start": 970636216,
            "stop": 970641783
        }
    ]
}