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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=345",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 346,
    "results": [
        {
            "start": 818253907,
            "stop": 818253908
        },
        {
            "start": 818253911,
            "stop": 818253926
        },
        {
            "start": 818253933,
            "stop": 818253936
        },
        {
            "start": 818253939,
            "stop": 818253946
        },
        {
            "start": 818253951,
            "stop": 818253953
        },
        {
            "start": 818253972,
            "stop": 818253975
        },
        {
            "start": 818253979,
            "stop": 818253980
        },
        {
            "start": 818253988,
            "stop": 818253992
        },
        {
            "start": 818254018,
            "stop": 818254019
        },
        {
            "start": 818254025,
            "stop": 818254028
        },
        {
            "start": 818254049,
            "stop": 818254053
        },
        {
            "start": 818254066,
            "stop": 818254067
        },
        {
            "start": 818254071,
            "stop": 818254074
        },
        {
            "start": 818254079,
            "stop": 818254082
        },
        {
            "start": 818254085,
            "stop": 818254092
        },
        {
            "start": 818254109,
            "stop": 818254110
        },
        {
            "start": 818254126,
            "stop": 818254127
        },
        {
            "start": 818254131,
            "stop": 818254132
        },
        {
            "start": 818254146,
            "stop": 818254148
        },
        {
            "start": 818254181,
            "stop": 818254185
        }
    ]
}