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=5987
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=5988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5986",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5987,
    "results": [
        {
            "start": 873393957,
            "stop": 873394080
        },
        {
            "start": 873394081,
            "stop": 873394141
        },
        {
            "start": 873394142,
            "stop": 873394226
        },
        {
            "start": 873394229,
            "stop": 873394290
        },
        {
            "start": 873394291,
            "stop": 873394409
        },
        {
            "start": 873394410,
            "stop": 873394866
        },
        {
            "start": 873394869,
            "stop": 873395358
        },
        {
            "start": 873395361,
            "stop": 873395385
        },
        {
            "start": 873395390,
            "stop": 873395513
        },
        {
            "start": 873395516,
            "stop": 873395517
        },
        {
            "start": 873395520,
            "stop": 873395552
        },
        {
            "start": 873395555,
            "stop": 873395614
        },
        {
            "start": 873395617,
            "stop": 873395618
        },
        {
            "start": 873395624,
            "stop": 873395641
        },
        {
            "start": 873395644,
            "stop": 873396153
        },
        {
            "start": 873396158,
            "stop": 873396162
        },
        {
            "start": 873396165,
            "stop": 873396235
        },
        {
            "start": 873396238,
            "stop": 873396240
        },
        {
            "start": 873396300,
            "stop": 873396303
        },
        {
            "start": 873396304,
            "stop": 873396407
        }
    ]
}