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_CAT3/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_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=345",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 346,
    "results": [
        {
            "start": 818817576,
            "stop": 818817610
        },
        {
            "start": 818817630,
            "stop": 818817631
        },
        {
            "start": 818817677,
            "stop": 818817678
        },
        {
            "start": 818817707,
            "stop": 818817761
        },
        {
            "start": 818817781,
            "stop": 818817815
        },
        {
            "start": 818817834,
            "stop": 818817857
        },
        {
            "start": 818817907,
            "stop": 818817935
        },
        {
            "start": 818818028,
            "stop": 818818035
        },
        {
            "start": 818818055,
            "stop": 818818056
        },
        {
            "start": 818818077,
            "stop": 818818158
        },
        {
            "start": 818818206,
            "stop": 818818208
        },
        {
            "start": 818818251,
            "stop": 818818252
        },
        {
            "start": 818818303,
            "stop": 818818314
        },
        {
            "start": 818818565,
            "stop": 818818578
        },
        {
            "start": 818818611,
            "stop": 818818647
        },
        {
            "start": 818818666,
            "stop": 818818751
        },
        {
            "start": 818818895,
            "stop": 818818900
        },
        {
            "start": 818818930,
            "stop": 818818962
        },
        {
            "start": 818819061,
            "stop": 818819135
        },
        {
            "start": 818819260,
            "stop": 818819263
        }
    ]
}