Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=84
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=83",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 84,
    "results": [
        {
            "start": 932077839,
            "stop": 932077843
        },
        {
            "start": 932077844,
            "stop": 932077847
        },
        {
            "start": 932077866,
            "stop": 932077874
        },
        {
            "start": 932077875,
            "stop": 932077876
        },
        {
            "start": 932077877,
            "stop": 932077886
        },
        {
            "start": 932077889,
            "stop": 932077892
        },
        {
            "start": 932077895,
            "stop": 932077903
        },
        {
            "start": 932077904,
            "stop": 932077907
        },
        {
            "start": 932077909,
            "stop": 932077916
        },
        {
            "start": 932077918,
            "stop": 932077920
        },
        {
            "start": 932077921,
            "stop": 932077937
        },
        {
            "start": 932077938,
            "stop": 932077949
        },
        {
            "start": 932077950,
            "stop": 932077959
        },
        {
            "start": 932077961,
            "stop": 932077964
        },
        {
            "start": 932077965,
            "stop": 932077966
        },
        {
            "start": 932077967,
            "stop": 932077977
        },
        {
            "start": 932077978,
            "stop": 932077980
        },
        {
            "start": 932077985,
            "stop": 932077986
        },
        {
            "start": 932077987,
            "stop": 932077991
        },
        {
            "start": 932077992,
            "stop": 932077997
        }
    ]
}