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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=42",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 43,
    "results": [
        {
            "start": 817365097,
            "stop": 817365352
        },
        {
            "start": 817366310,
            "stop": 817367627
        },
        {
            "start": 817367630,
            "stop": 817367656
        },
        {
            "start": 817367659,
            "stop": 817367683
        },
        {
            "start": 817367686,
            "stop": 817367707
        },
        {
            "start": 817367710,
            "stop": 817368151
        },
        {
            "start": 817368154,
            "stop": 817368155
        },
        {
            "start": 817368158,
            "stop": 817368206
        },
        {
            "start": 817368209,
            "stop": 817368304
        },
        {
            "start": 817368308,
            "stop": 817368328
        },
        {
            "start": 817368331,
            "stop": 817368334
        },
        {
            "start": 817368337,
            "stop": 817372341
        },
        {
            "start": 817372345,
            "stop": 817373980
        },
        {
            "start": 817373983,
            "stop": 817380379
        },
        {
            "start": 817380382,
            "stop": 817380424
        },
        {
            "start": 817380427,
            "stop": 817380442
        },
        {
            "start": 817380446,
            "stop": 817380460
        },
        {
            "start": 817380463,
            "stop": 817380482
        },
        {
            "start": 817380485,
            "stop": 817380487
        },
        {
            "start": 817380490,
            "stop": 817383875
        }
    ]
}