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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9058",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9059,
    "results": [
        {
            "start": 874406808,
            "stop": 874406866
        },
        {
            "start": 874406883,
            "stop": 874407274
        },
        {
            "start": 874407293,
            "stop": 874407349
        },
        {
            "start": 874407370,
            "stop": 874407373
        },
        {
            "start": 874407392,
            "stop": 874407685
        },
        {
            "start": 874407718,
            "stop": 874407737
        },
        {
            "start": 874407756,
            "stop": 874407771
        },
        {
            "start": 874407790,
            "stop": 874408042
        },
        {
            "start": 874408059,
            "stop": 874408145
        },
        {
            "start": 874408164,
            "stop": 874408657
        },
        {
            "start": 874408677,
            "stop": 874408883
        },
        {
            "start": 874408902,
            "stop": 874408922
        },
        {
            "start": 874408945,
            "stop": 874409094
        },
        {
            "start": 874409113,
            "stop": 874409117
        },
        {
            "start": 874409137,
            "stop": 874409138
        },
        {
            "start": 874409185,
            "stop": 874409222
        },
        {
            "start": 874409239,
            "stop": 874409367
        },
        {
            "start": 874409392,
            "stop": 874409602
        },
        {
            "start": 874409624,
            "stop": 874409633
        },
        {
            "start": 874409717,
            "stop": 874409730
        }
    ]
}