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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=342",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 343,
    "results": [
        {
            "start": 818853724,
            "stop": 818853771
        },
        {
            "start": 818853815,
            "stop": 818853835
        },
        {
            "start": 818853971,
            "stop": 818853988
        },
        {
            "start": 818854017,
            "stop": 818854033
        },
        {
            "start": 818854085,
            "stop": 818854129
        },
        {
            "start": 818854156,
            "stop": 818854160
        },
        {
            "start": 818854266,
            "stop": 818854274
        },
        {
            "start": 818854353,
            "stop": 818854357
        },
        {
            "start": 818854377,
            "stop": 818854394
        },
        {
            "start": 818854424,
            "stop": 818854436
        },
        {
            "start": 818854620,
            "stop": 818854623
        },
        {
            "start": 818854655,
            "stop": 818854662
        },
        {
            "start": 818854725,
            "stop": 818854729
        },
        {
            "start": 818855015,
            "stop": 818855017
        },
        {
            "start": 818855290,
            "stop": 818855314
        },
        {
            "start": 818855395,
            "stop": 818855397
        },
        {
            "start": 818855442,
            "stop": 818855458
        },
        {
            "start": 818855615,
            "stop": 818855621
        },
        {
            "start": 818855700,
            "stop": 818855708
        },
        {
            "start": 818855806,
            "stop": 818855888
        }
    ]
}