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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=379",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 380,
    "results": [
        {
            "start": 818281442,
            "stop": 818281443
        },
        {
            "start": 818281472,
            "stop": 818281474
        },
        {
            "start": 818281502,
            "stop": 818281503
        },
        {
            "start": 818281506,
            "stop": 818281508
        },
        {
            "start": 818281552,
            "stop": 818281557
        },
        {
            "start": 818281562,
            "stop": 818281566
        },
        {
            "start": 818281576,
            "stop": 818281577
        },
        {
            "start": 818281594,
            "stop": 818281600
        },
        {
            "start": 818281605,
            "stop": 818281607
        },
        {
            "start": 818281611,
            "stop": 818281612
        },
        {
            "start": 818281622,
            "stop": 818281623
        },
        {
            "start": 818281635,
            "stop": 818281636
        },
        {
            "start": 818281644,
            "stop": 818281645
        },
        {
            "start": 818281875,
            "stop": 818281877
        },
        {
            "start": 818281930,
            "stop": 818281934
        },
        {
            "start": 818281939,
            "stop": 818281941
        },
        {
            "start": 818281947,
            "stop": 818281948
        },
        {
            "start": 818281953,
            "stop": 818281959
        },
        {
            "start": 818281967,
            "stop": 818281969
        },
        {
            "start": 818282008,
            "stop": 818282012
        }
    ]
}