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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=213",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 214,
    "results": [
        {
            "start": 848745681,
            "stop": 848750490
        },
        {
            "start": 848750625,
            "stop": 848750802
        },
        {
            "start": 848751102,
            "stop": 848755349
        },
        {
            "start": 848755905,
            "stop": 848757062
        },
        {
            "start": 848757374,
            "stop": 848757596
        },
        {
            "start": 848757603,
            "stop": 848759474
        },
        {
            "start": 848759496,
            "stop": 848760389
        },
        {
            "start": 848760411,
            "stop": 848760424
        },
        {
            "start": 848760446,
            "stop": 848764330
        },
        {
            "start": 848764361,
            "stop": 848764397
        },
        {
            "start": 848764417,
            "stop": 848764849
        },
        {
            "start": 848782558,
            "stop": 848785698
        },
        {
            "start": 848786007,
            "stop": 848786119
        },
        {
            "start": 848786419,
            "stop": 848789214
        },
        {
            "start": 848789543,
            "stop": 848795920
        },
        {
            "start": 848800268,
            "stop": 848812602
        },
        {
            "start": 848812699,
            "stop": 848816655
        },
        {
            "start": 848816765,
            "stop": 848816808
        },
        {
            "start": 848818004,
            "stop": 848825418
        },
        {
            "start": 848825436,
            "stop": 848842198
        }
    ]
}