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=1864
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=1865",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1863",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1864,
    "results": [
        {
            "start": 967764815,
            "stop": 967776214
        },
        {
            "start": 967778385,
            "stop": 967786523
        },
        {
            "start": 967786525,
            "stop": 967789881
        },
        {
            "start": 967790621,
            "stop": 967790712
        },
        {
            "start": 967790713,
            "stop": 967793864
        },
        {
            "start": 967793865,
            "stop": 967795962
        },
        {
            "start": 967795963,
            "stop": 967812355
        },
        {
            "start": 967812356,
            "stop": 967813295
        },
        {
            "start": 967815623,
            "stop": 967824691
        },
        {
            "start": 967824692,
            "stop": 967850981
        },
        {
            "start": 967851867,
            "stop": 967862374
        },
        {
            "start": 967862375,
            "stop": 967878161
        },
        {
            "start": 967878162,
            "stop": 967886250
        },
        {
            "start": 967886252,
            "stop": 967898285
        },
        {
            "start": 967929119,
            "stop": 967935609
        },
        {
            "start": 967936524,
            "stop": 967944794
        },
        {
            "start": 967946309,
            "stop": 967949816
        },
        {
            "start": 967949817,
            "stop": 967950190
        },
        {
            "start": 967950191,
            "stop": 967962066
        },
        {
            "start": 967962577,
            "stop": 967972582
        }
    ]
}