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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=230",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 231,
    "results": [
        {
            "start": 820919628,
            "stop": 820920196
        },
        {
            "start": 820920199,
            "stop": 820920226
        },
        {
            "start": 820920229,
            "stop": 820920249
        },
        {
            "start": 820920252,
            "stop": 820920688
        },
        {
            "start": 820920691,
            "stop": 820921144
        },
        {
            "start": 820921149,
            "stop": 820921155
        },
        {
            "start": 820921158,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820923696
        },
        {
            "start": 820923699,
            "stop": 820923712
        },
        {
            "start": 820923717,
            "stop": 820923799
        },
        {
            "start": 820923802,
            "stop": 820923956
        },
        {
            "start": 820923959,
            "stop": 820924602
        },
        {
            "start": 820924606,
            "stop": 820924748
        },
        {
            "start": 820924751,
            "stop": 820925000
        },
        {
            "start": 820925004,
            "stop": 820926247
        },
        {
            "start": 820926250,
            "stop": 820926879
        },
        {
            "start": 820926882,
            "stop": 820927045
        },
        {
            "start": 820927062,
            "stop": 820929969
        },
        {
            "start": 820929972,
            "stop": 820930589
        },
        {
            "start": 820930592,
            "stop": 820930828
        }
    ]
}