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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14424",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14425,
    "results": [
        {
            "start": 971455237,
            "stop": 971455241
        },
        {
            "start": 971455242,
            "stop": 971455244
        },
        {
            "start": 971455246,
            "stop": 971455351
        },
        {
            "start": 971455353,
            "stop": 971455380
        },
        {
            "start": 971455381,
            "stop": 971455385
        },
        {
            "start": 971455386,
            "stop": 971455418
        },
        {
            "start": 971455421,
            "stop": 971455437
        },
        {
            "start": 971455439,
            "stop": 971455459
        },
        {
            "start": 971455462,
            "stop": 971455491
        },
        {
            "start": 971455494,
            "stop": 971455531
        },
        {
            "start": 971455532,
            "stop": 971455569
        },
        {
            "start": 971455570,
            "stop": 971455589
        },
        {
            "start": 971455590,
            "stop": 971455624
        },
        {
            "start": 971455627,
            "stop": 971455629
        },
        {
            "start": 971455632,
            "stop": 971455636
        },
        {
            "start": 971455657,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971499399
        },
        {
            "start": 971499402,
            "stop": 971499681
        },
        {
            "start": 971499684,
            "stop": 971501141
        },
        {
            "start": 971501144,
            "stop": 971501404
        }
    ]
}