Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=231
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=230",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 231,
    "results": [
        {
            "start": 1421796352,
            "stop": 1421799074
        },
        {
            "start": 1421799076,
            "stop": 1421801734
        },
        {
            "start": 1421801738,
            "stop": 1421801745
        },
        {
            "start": 1421801747,
            "stop": 1421803910
        },
        {
            "start": 1421803914,
            "stop": 1421804366
        },
        {
            "start": 1421804370,
            "stop": 1421806077
        },
        {
            "start": 1421806078,
            "stop": 1421810484
        },
        {
            "start": 1421818865,
            "stop": 1421820474
        },
        {
            "start": 1421820476,
            "stop": 1421820772
        },
        {
            "start": 1421820792,
            "stop": 1421821388
        },
        {
            "start": 1421821390,
            "stop": 1421821550
        },
        {
            "start": 1421824521,
            "stop": 1421826128
        },
        {
            "start": 1421826133,
            "stop": 1421829124
        },
        {
            "start": 1421829133,
            "stop": 1421831320
        },
        {
            "start": 1421831328,
            "stop": 1421831332
        },
        {
            "start": 1421831336,
            "stop": 1421832196
        },
        {
            "start": 1421832208,
            "stop": 1421833728
        },
        {
            "start": 1421833732,
            "stop": 1421833746
        },
        {
            "start": 1421833748,
            "stop": 1421835436
        },
        {
            "start": 1421835444,
            "stop": 1421835449
        }
    ]
}