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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=557",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 558,
    "results": [
        {
            "start": 873040770,
            "stop": 873058042
        },
        {
            "start": 873060460,
            "stop": 873069991
        },
        {
            "start": 873072604,
            "stop": 873081185
        },
        {
            "start": 873082017,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873086561
        },
        {
            "start": 873088407,
            "stop": 873100298
        },
        {
            "start": 873104117,
            "stop": 873120933
        },
        {
            "start": 873128730,
            "stop": 873130111
        },
        {
            "start": 873132598,
            "stop": 873133538
        },
        {
            "start": 873133691,
            "stop": 873134024
        },
        {
            "start": 873134067,
            "stop": 873136295
        },
        {
            "start": 873137356,
            "stop": 873140253
        },
        {
            "start": 873144819,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873184313
        },
        {
            "start": 873185988,
            "stop": 873188535
        },
        {
            "start": 873189876,
            "stop": 873195150
        },
        {
            "start": 873195152,
            "stop": 873209765
        },
        {
            "start": 873210011,
            "stop": 873211180
        },
        {
            "start": 873211182,
            "stop": 873211184
        },
        {
            "start": 873211185,
            "stop": 873211187
        }
    ]
}