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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14910",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14908",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14909,
    "results": [
        {
            "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
        },
        {
            "start": 971501407,
            "stop": 971501466
        },
        {
            "start": 971501469,
            "stop": 971502100
        },
        {
            "start": 971502398,
            "stop": 971502518
        },
        {
            "start": 971502578,
            "stop": 971502858
        },
        {
            "start": 971502861,
            "stop": 971502991
        }
    ]
}