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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=12",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 13,
    "results": [
        {
            "start": 817248222,
            "stop": 817248425
        },
        {
            "start": 817249073,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817264182
        },
        {
            "start": 817264974,
            "stop": 817283239
        },
        {
            "start": 817283241,
            "stop": 817287088
        },
        {
            "start": 817290054,
            "stop": 817294783
        },
        {
            "start": 817294785,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299221
        },
        {
            "start": 817299223,
            "stop": 817299225
        },
        {
            "start": 817299226,
            "stop": 817299643
        },
        {
            "start": 817303237,
            "stop": 817303888
        },
        {
            "start": 817303891,
            "stop": 817304628
        },
        {
            "start": 817304629,
            "stop": 817306158
        },
        {
            "start": 817306162,
            "stop": 817306576
        },
        {
            "start": 817306578,
            "stop": 817306616
        },
        {
            "start": 817306619,
            "stop": 817306672
        },
        {
            "start": 817306674,
            "stop": 817306678
        },
        {
            "start": 817306680,
            "stop": 817306681
        },
        {
            "start": 817306684,
            "stop": 817308588
        }
    ]
}