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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=150",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 151,
    "results": [
        {
            "start": 841808099,
            "stop": 841820187
        },
        {
            "start": 841823367,
            "stop": 841825087
        },
        {
            "start": 841827473,
            "stop": 841845801
        },
        {
            "start": 841846535,
            "stop": 841849715
        },
        {
            "start": 841850666,
            "stop": 841869741
        },
        {
            "start": 841869872,
            "stop": 841908281
        },
        {
            "start": 841910055,
            "stop": 841923343
        },
        {
            "start": 841925333,
            "stop": 841929586
        },
        {
            "start": 841961412,
            "stop": 841961577
        },
        {
            "start": 841961992,
            "stop": 841965588
        },
        {
            "start": 841968546,
            "stop": 841990745
        },
        {
            "start": 841990746,
            "stop": 841992334
        },
        {
            "start": 841994886,
            "stop": 842013079
        },
        {
            "start": 842014070,
            "stop": 842030364
        },
        {
            "start": 842031158,
            "stop": 842038683
        },
        {
            "start": 842039145,
            "stop": 842048738
        },
        {
            "start": 842048854,
            "stop": 842050038
        },
        {
            "start": 842050745,
            "stop": 842053577
        },
        {
            "start": 842053579,
            "stop": 842053582
        },
        {
            "start": 842053583,
            "stop": 842053942
        }
    ]
}