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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=213",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 214,
    "results": [
        {
            "start": 817746021,
            "stop": 817746027
        },
        {
            "start": 817746067,
            "stop": 817746085
        },
        {
            "start": 817746110,
            "stop": 817746113
        },
        {
            "start": 817746180,
            "stop": 817746226
        },
        {
            "start": 817746319,
            "stop": 817746323
        },
        {
            "start": 817746403,
            "stop": 817746406
        },
        {
            "start": 817746427,
            "stop": 817746428
        },
        {
            "start": 817746489,
            "stop": 817746552
        },
        {
            "start": 817746595,
            "stop": 817746610
        },
        {
            "start": 817746645,
            "stop": 817746650
        },
        {
            "start": 817746671,
            "stop": 817746682
        },
        {
            "start": 817746805,
            "stop": 817746819
        },
        {
            "start": 817746845,
            "stop": 817746865
        },
        {
            "start": 817746900,
            "stop": 817746905
        },
        {
            "start": 817746925,
            "stop": 817746934
        },
        {
            "start": 817747010,
            "stop": 817747027
        },
        {
            "start": 817747084,
            "stop": 817747087
        },
        {
            "start": 817747112,
            "stop": 817747115
        },
        {
            "start": 817747168,
            "stop": 817747178
        },
        {
            "start": 817747213,
            "stop": 817747249
        }
    ]
}