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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=206",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 207,
    "results": [
        {
            "start": 817745187,
            "stop": 817745282
        },
        {
            "start": 817745301,
            "stop": 817745765
        },
        {
            "start": 817745804,
            "stop": 817745842
        },
        {
            "start": 817745863,
            "stop": 817745864
        },
        {
            "start": 817745887,
            "stop": 817745902
        },
        {
            "start": 817745923,
            "stop": 817745925
        },
        {
            "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": 817746489,
            "stop": 817746552
        },
        {
            "start": 817746595,
            "stop": 817746610
        },
        {
            "start": 817746645,
            "stop": 817746650
        },
        {
            "start": 817746671,
            "stop": 817746682
        },
        {
            "start": 817746845,
            "stop": 817746865
        },
        {
            "start": 817746900,
            "stop": 817746905
        },
        {
            "start": 817746925,
            "stop": 817746934
        },
        {
            "start": 817747168,
            "stop": 817747178
        }
    ]
}