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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=115",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 116,
    "results": [
        {
            "start": 818063607,
            "stop": 818063609
        },
        {
            "start": 818063612,
            "stop": 818063629
        },
        {
            "start": 818063632,
            "stop": 818063640
        },
        {
            "start": 818063643,
            "stop": 818063644
        },
        {
            "start": 818063647,
            "stop": 818063671
        },
        {
            "start": 818063676,
            "stop": 818063678
        },
        {
            "start": 818063681,
            "stop": 818063683
        },
        {
            "start": 818063686,
            "stop": 818063708
        },
        {
            "start": 818063711,
            "stop": 818063715
        },
        {
            "start": 818063718,
            "stop": 818063727
        },
        {
            "start": 818063730,
            "stop": 818063735
        },
        {
            "start": 818063738,
            "stop": 818063741
        },
        {
            "start": 818063745,
            "stop": 818063749
        },
        {
            "start": 818063753,
            "stop": 818063754
        },
        {
            "start": 818063759,
            "stop": 818063767
        },
        {
            "start": 818063773,
            "stop": 818063776
        },
        {
            "start": 818063779,
            "stop": 818063782
        },
        {
            "start": 818063786,
            "stop": 818063787
        },
        {
            "start": 818063800,
            "stop": 818063808
        },
        {
            "start": 818063812,
            "stop": 818063815
        }
    ]
}