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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=91",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 92,
    "results": [
        {
            "start": 818051971,
            "stop": 818051975
        },
        {
            "start": 818051978,
            "stop": 818051983
        },
        {
            "start": 818051986,
            "stop": 818051988
        },
        {
            "start": 818051992,
            "stop": 818052001
        },
        {
            "start": 818052006,
            "stop": 818052013
        },
        {
            "start": 818052016,
            "stop": 818052021
        },
        {
            "start": 818052024,
            "stop": 818052033
        },
        {
            "start": 818052039,
            "stop": 818052054
        },
        {
            "start": 818052061,
            "stop": 818052065
        },
        {
            "start": 818052068,
            "stop": 818052070
        },
        {
            "start": 818052073,
            "stop": 818052079
        },
        {
            "start": 818052082,
            "stop": 818052083
        },
        {
            "start": 818052087,
            "stop": 818052090
        },
        {
            "start": 818052093,
            "stop": 818052094
        },
        {
            "start": 818052098,
            "stop": 818052104
        },
        {
            "start": 818052107,
            "stop": 818052112
        },
        {
            "start": 818052115,
            "stop": 818052126
        },
        {
            "start": 818052129,
            "stop": 818052130
        },
        {
            "start": 818052137,
            "stop": 818052142
        },
        {
            "start": 818052145,
            "stop": 818052149
        }
    ]
}