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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1992",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1993,
    "results": [
        {
            "start": 856811125,
            "stop": 856814052
        },
        {
            "start": 856814068,
            "stop": 856814077
        },
        {
            "start": 856814088,
            "stop": 856814090
        },
        {
            "start": 856814095,
            "stop": 856814110
        },
        {
            "start": 856814118,
            "stop": 856815112
        },
        {
            "start": 856815120,
            "stop": 856817630
        },
        {
            "start": 856817756,
            "stop": 856820295
        },
        {
            "start": 856820300,
            "stop": 856820302
        },
        {
            "start": 856820313,
            "stop": 856820337
        },
        {
            "start": 856820343,
            "stop": 856822379
        },
        {
            "start": 856822472,
            "stop": 856823022
        },
        {
            "start": 856823028,
            "stop": 856824193
        },
        {
            "start": 856824196,
            "stop": 856826314
        },
        {
            "start": 856826725,
            "stop": 856827159
        },
        {
            "start": 856827513,
            "stop": 856845750
        },
        {
            "start": 856845810,
            "stop": 856876786
        },
        {
            "start": 856877562,
            "stop": 856896415
        },
        {
            "start": 856896420,
            "stop": 856898135
        },
        {
            "start": 856898150,
            "stop": 856898182
        },
        {
            "start": 856898188,
            "stop": 856898207
        }
    ]
}