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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=74",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 75,
    "results": [
        {
            "start": 817859264,
            "stop": 817859405
        },
        {
            "start": 817859407,
            "stop": 817859641
        },
        {
            "start": 817859644,
            "stop": 817859851
        },
        {
            "start": 817859854,
            "stop": 817859855
        },
        {
            "start": 817859858,
            "stop": 817859943
        },
        {
            "start": 817859947,
            "stop": 817859972
        },
        {
            "start": 817859974,
            "stop": 817860041
        },
        {
            "start": 817860044,
            "stop": 817860045
        },
        {
            "start": 817860051,
            "stop": 817860052
        },
        {
            "start": 817860055,
            "stop": 817860157
        },
        {
            "start": 817860160,
            "stop": 817860177
        },
        {
            "start": 817860182,
            "stop": 817860420
        },
        {
            "start": 817861292,
            "stop": 817861398
        },
        {
            "start": 817861404,
            "stop": 817861569
        },
        {
            "start": 817861571,
            "stop": 817861572
        },
        {
            "start": 817861575,
            "stop": 817861730
        },
        {
            "start": 817861733,
            "stop": 817861801
        },
        {
            "start": 817861804,
            "stop": 817862117
        },
        {
            "start": 817862120,
            "stop": 817863272
        },
        {
            "start": 817863275,
            "stop": 817863329
        }
    ]
}