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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=224",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 225,
    "results": [
        {
            "start": 1136422466,
            "stop": 1136422470
        },
        {
            "start": 1136422477,
            "stop": 1136422479
        },
        {
            "start": 1136422482,
            "stop": 1136422484
        },
        {
            "start": 1136422497,
            "stop": 1136422498
        },
        {
            "start": 1136422784,
            "stop": 1136422792
        },
        {
            "start": 1136422867,
            "stop": 1136422871
        },
        {
            "start": 1136422885,
            "stop": 1136422886
        },
        {
            "start": 1136422946,
            "stop": 1136422947
        },
        {
            "start": 1136422999,
            "stop": 1136423000
        },
        {
            "start": 1136423577,
            "stop": 1136423578
        },
        {
            "start": 1136423614,
            "stop": 1136423615
        },
        {
            "start": 1136423618,
            "stop": 1136423619
        },
        {
            "start": 1136423658,
            "stop": 1136423659
        },
        {
            "start": 1136423987,
            "stop": 1136423988
        },
        {
            "start": 1136424247,
            "stop": 1136424252
        },
        {
            "start": 1136424260,
            "stop": 1136424261
        },
        {
            "start": 1136424477,
            "stop": 1136424482
        },
        {
            "start": 1136424497,
            "stop": 1136424498
        },
        {
            "start": 1136424523,
            "stop": 1136424526
        },
        {
            "start": 1136424549,
            "stop": 1136424550
        }
    ]
}