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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1104",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1105,
    "results": [
        {
            "start": 1136422447,
            "stop": 1136422448
        },
        {
            "start": 1136422451,
            "stop": 1136422452
        },
        {
            "start": 1136422462,
            "stop": 1136422463
        },
        {
            "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
        }
    ]
}