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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=19",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 20,
    "results": [
        {
            "start": 945497206,
            "stop": 945497318
        },
        {
            "start": 945517142,
            "stop": 945517254
        },
        {
            "start": 945587973,
            "stop": 945588133
        },
        {
            "start": 945595556,
            "stop": 945595669
        },
        {
            "start": 945638373,
            "stop": 945638486
        },
        {
            "start": 945662758,
            "stop": 945662870
        },
        {
            "start": 945674349,
            "stop": 945674462
        },
        {
            "start": 945694053,
            "stop": 945694214
        },
        {
            "start": 945710541,
            "stop": 945710654
        },
        {
            "start": 945758317,
            "stop": 945758430
        },
        {
            "start": 945784005,
            "stop": 945784118
        },
        {
            "start": 945801206,
            "stop": 945801318
        },
        {
            "start": 945825494,
            "stop": 945825606
        },
        {
            "start": 945847685,
            "stop": 945847798
        },
        {
            "start": 945882326,
            "stop": 945882438
        },
        {
            "start": 945886397,
            "stop": 945886510
        },
        {
            "start": 945893494,
            "stop": 945893606
        },
        {
            "start": 945901806,
            "stop": 945901918
        },
        {
            "start": 945939973,
            "stop": 945940134
        },
        {
            "start": 945989397,
            "stop": 945989510
        }
    ]
}