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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=36",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 37,
    "results": [
        {
            "start": 817230920,
            "stop": 817231693
        },
        {
            "start": 817232358,
            "stop": 817232403
        },
        {
            "start": 817232406,
            "stop": 817232531
        },
        {
            "start": 817232533,
            "stop": 817232699
        },
        {
            "start": 817232701,
            "stop": 817232713
        },
        {
            "start": 817241993,
            "stop": 817242110
        },
        {
            "start": 817242113,
            "stop": 817242118
        },
        {
            "start": 817242122,
            "stop": 817242138
        },
        {
            "start": 817242144,
            "stop": 817242172
        },
        {
            "start": 817243345,
            "stop": 817244825
        },
        {
            "start": 817244828,
            "stop": 817245294
        },
        {
            "start": 817245298,
            "stop": 817245495
        },
        {
            "start": 817245498,
            "stop": 817246346
        },
        {
            "start": 817246349,
            "stop": 817246701
        },
        {
            "start": 817246704,
            "stop": 817247518
        },
        {
            "start": 817247524,
            "stop": 817247534
        },
        {
            "start": 817247538,
            "stop": 817247562
        },
        {
            "start": 817248222,
            "stop": 817248358
        },
        {
            "start": 817248361,
            "stop": 817248414
        },
        {
            "start": 817248417,
            "stop": 817248425
        }
    ]
}