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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=234",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 235,
    "results": [
        {
            "start": 820210151,
            "stop": 820210178
        },
        {
            "start": 820210181,
            "stop": 820210223
        },
        {
            "start": 820210227,
            "stop": 820210228
        },
        {
            "start": 820210231,
            "stop": 820210283
        },
        {
            "start": 820210287,
            "stop": 820210409
        },
        {
            "start": 820210413,
            "stop": 820210443
        },
        {
            "start": 820210446,
            "stop": 820210502
        },
        {
            "start": 820210505,
            "stop": 820210509
        },
        {
            "start": 820210512,
            "stop": 820210560
        },
        {
            "start": 820211746,
            "stop": 820211781
        },
        {
            "start": 820211901,
            "stop": 820211924
        },
        {
            "start": 820212105,
            "stop": 820212116
        },
        {
            "start": 820212119,
            "stop": 820212140
        },
        {
            "start": 820212144,
            "stop": 820212252
        },
        {
            "start": 820212256,
            "stop": 820212284
        },
        {
            "start": 820212465,
            "stop": 820212580
        },
        {
            "start": 820212700,
            "stop": 820212768
        },
        {
            "start": 820212772,
            "stop": 820213018
        },
        {
            "start": 820213021,
            "stop": 820213104
        },
        {
            "start": 820213107,
            "stop": 820213189
        }
    ]
}