Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=137
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=136",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 137,
    "results": [
        {
            "start": 863880299,
            "stop": 863881245
        },
        {
            "start": 863899898,
            "stop": 863931134
        },
        {
            "start": 863933560,
            "stop": 863936019
        },
        {
            "start": 863937539,
            "stop": 863938077
        },
        {
            "start": 863939143,
            "stop": 863945541
        },
        {
            "start": 863952849,
            "stop": 863965370
        },
        {
            "start": 863978991,
            "stop": 863979276
        },
        {
            "start": 863979886,
            "stop": 863982943
        },
        {
            "start": 863984050,
            "stop": 863984365
        },
        {
            "start": 863985079,
            "stop": 863993744
        },
        {
            "start": 863994272,
            "stop": 864014649
        },
        {
            "start": 864016616,
            "stop": 864058981
        },
        {
            "start": 864060607,
            "stop": 864069316
        },
        {
            "start": 864069988,
            "stop": 864107869
        },
        {
            "start": 864109894,
            "stop": 864131977
        },
        {
            "start": 864132971,
            "stop": 864146463
        },
        {
            "start": 864148931,
            "stop": 864149866
        },
        {
            "start": 864154040,
            "stop": 864158790
        },
        {
            "start": 864159326,
            "stop": 864168557
        },
        {
            "start": 864169375,
            "stop": 864193687
        }
    ]
}