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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=388",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 389,
    "results": [
        {
            "start": 825943217,
            "stop": 825943218
        },
        {
            "start": 825943237,
            "stop": 825943297
        },
        {
            "start": 825943304,
            "stop": 825943378
        },
        {
            "start": 825943386,
            "stop": 825943418
        },
        {
            "start": 825943426,
            "stop": 825943443
        },
        {
            "start": 825943450,
            "stop": 825943478
        },
        {
            "start": 825943482,
            "stop": 825943523
        },
        {
            "start": 825943530,
            "stop": 825943588
        },
        {
            "start": 825943596,
            "stop": 825943709
        },
        {
            "start": 825943713,
            "stop": 825943921
        },
        {
            "start": 825943928,
            "stop": 825944134
        },
        {
            "start": 825944141,
            "stop": 825944190
        },
        {
            "start": 825944197,
            "stop": 825944208
        },
        {
            "start": 825944212,
            "stop": 825944271
        },
        {
            "start": 825944278,
            "stop": 825944367
        },
        {
            "start": 825944374,
            "stop": 825944400
        },
        {
            "start": 825944460,
            "stop": 825944552
        },
        {
            "start": 825944560,
            "stop": 825944597
        },
        {
            "start": 825944604,
            "stop": 825944730
        },
        {
            "start": 825944738,
            "stop": 825944751
        }
    ]
}