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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=361",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 362,
    "results": [
        {
            "start": 818853358,
            "stop": 818853367
        },
        {
            "start": 818853387,
            "stop": 818853418
        },
        {
            "start": 818853451,
            "stop": 818853454
        },
        {
            "start": 818853504,
            "stop": 818853514
        },
        {
            "start": 818853569,
            "stop": 818853624
        },
        {
            "start": 818853724,
            "stop": 818853771
        },
        {
            "start": 818853815,
            "stop": 818853835
        },
        {
            "start": 818853929,
            "stop": 818853943
        },
        {
            "start": 818853971,
            "stop": 818853988
        },
        {
            "start": 818854017,
            "stop": 818854033
        },
        {
            "start": 818854085,
            "stop": 818854129
        },
        {
            "start": 818854156,
            "stop": 818854160
        },
        {
            "start": 818854233,
            "stop": 818854237
        },
        {
            "start": 818854266,
            "stop": 818854274
        },
        {
            "start": 818854353,
            "stop": 818854357
        },
        {
            "start": 818854377,
            "stop": 818854394
        },
        {
            "start": 818854424,
            "stop": 818854436
        },
        {
            "start": 818854611,
            "stop": 818854623
        },
        {
            "start": 818854655,
            "stop": 818854662
        },
        {
            "start": 818854725,
            "stop": 818854729
        }
    ]
}