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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=53",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 54,
    "results": [
        {
            "start": 1267204163,
            "stop": 1267204559
        },
        {
            "start": 1267204684,
            "stop": 1267205123
        },
        {
            "start": 1267205380,
            "stop": 1267205717
        },
        {
            "start": 1267205849,
            "stop": 1267206325
        },
        {
            "start": 1267206497,
            "stop": 1267213989
        },
        {
            "start": 1267214133,
            "stop": 1267224185
        },
        {
            "start": 1267225782,
            "stop": 1267228435
        },
        {
            "start": 1267230578,
            "stop": 1267242272
        },
        {
            "start": 1267247900,
            "stop": 1267250498
        },
        {
            "start": 1267268572,
            "stop": 1267268822
        },
        {
            "start": 1267268824,
            "stop": 1267269174
        },
        {
            "start": 1267269176,
            "stop": 1267270658
        },
        {
            "start": 1267270814,
            "stop": 1267273555
        },
        {
            "start": 1267273620,
            "stop": 1267276956
        },
        {
            "start": 1267283722,
            "stop": 1267286207
        },
        {
            "start": 1267286254,
            "stop": 1267286724
        },
        {
            "start": 1267286777,
            "stop": 1267287531
        },
        {
            "start": 1267289400,
            "stop": 1267293037
        },
        {
            "start": 1267293159,
            "stop": 1267320430
        },
        {
            "start": 1267322235,
            "stop": 1267344140
        }
    ]
}