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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=7",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 8,
    "results": [
        {
            "start": 944286102,
            "stop": 944286214
        },
        {
            "start": 944620503,
            "stop": 944620615
        },
        {
            "start": 944634542,
            "stop": 944634655
        },
        {
            "start": 944644215,
            "stop": 944644327
        },
        {
            "start": 944645655,
            "stop": 944645767
        },
        {
            "start": 944651958,
            "stop": 944652071
        },
        {
            "start": 944655414,
            "stop": 944655527
        },
        {
            "start": 944663758,
            "stop": 944663871
        },
        {
            "start": 944669134,
            "stop": 944669247
        },
        {
            "start": 944671167,
            "stop": 944671279
        },
        {
            "start": 944681310,
            "stop": 944681423
        },
        {
            "start": 944688494,
            "stop": 944688607
        },
        {
            "start": 944696023,
            "stop": 944696175
        },
        {
            "start": 944702831,
            "stop": 944702943
        },
        {
            "start": 944705327,
            "stop": 944705438
        },
        {
            "start": 944711238,
            "stop": 944711351
        },
        {
            "start": 944725403,
            "stop": 944725516
        },
        {
            "start": 944731052,
            "stop": 944731164
        },
        {
            "start": 944733540,
            "stop": 944733652
        },
        {
            "start": 944737771,
            "stop": 944737884
        }
    ]
}