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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=8",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 9,
    "results": [
        {
            "start": 1261025895,
            "stop": 1261085489
        },
        {
            "start": 1261085612,
            "stop": 1261153129
        },
        {
            "start": 1261163605,
            "stop": 1261163847
        },
        {
            "start": 1261177552,
            "stop": 1261179923
        },
        {
            "start": 1261185694,
            "stop": 1261237522
        },
        {
            "start": 1261238362,
            "stop": 1261244489
        },
        {
            "start": 1261261952,
            "stop": 1261280295
        },
        {
            "start": 1261298290,
            "stop": 1261341865
        },
        {
            "start": 1261352283,
            "stop": 1261414438
        },
        {
            "start": 1261422140,
            "stop": 1261491412
        },
        {
            "start": 1261497071,
            "stop": 1261566501
        },
        {
            "start": 1261571704,
            "stop": 1261582822
        },
        {
            "start": 1261588010,
            "stop": 1261637351
        },
        {
            "start": 1261637448,
            "stop": 1261644739
        },
        {
            "start": 1261649174,
            "stop": 1261673361
        },
        {
            "start": 1261675967,
            "stop": 1261700872
        },
        {
            "start": 1261705825,
            "stop": 1261828598
        },
        {
            "start": 1261965623,
            "stop": 1261965933
        },
        {
            "start": 1261965981,
            "stop": 1262038002
        },
        {
            "start": 1262044909,
            "stop": 1262089007
        }
    ]
}