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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=324",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 325,
    "results": [
        {
            "start": 818248695,
            "stop": 818248700
        },
        {
            "start": 818248703,
            "stop": 818248704
        },
        {
            "start": 818248707,
            "stop": 818248709
        },
        {
            "start": 818248714,
            "stop": 818248716
        },
        {
            "start": 818248724,
            "stop": 818248726
        },
        {
            "start": 818248750,
            "stop": 818248751
        },
        {
            "start": 818248762,
            "stop": 818248763
        },
        {
            "start": 818248768,
            "stop": 818248770
        },
        {
            "start": 818248776,
            "stop": 818248784
        },
        {
            "start": 818248791,
            "stop": 818248794
        },
        {
            "start": 818248822,
            "stop": 818248825
        },
        {
            "start": 818248828,
            "stop": 818248831
        },
        {
            "start": 818248836,
            "stop": 818248838
        },
        {
            "start": 818248841,
            "stop": 818248842
        },
        {
            "start": 818248845,
            "stop": 818248847
        },
        {
            "start": 818248865,
            "stop": 818248866
        },
        {
            "start": 818248870,
            "stop": 818248872
        },
        {
            "start": 818248888,
            "stop": 818248892
        },
        {
            "start": 818248898,
            "stop": 818248899
        },
        {
            "start": 818248902,
            "stop": 818248908
        }
    ]
}