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=1156
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=1157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1155",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1156,
    "results": [
        {
            "start": 1136896036,
            "stop": 1136897564
        },
        {
            "start": 1136897566,
            "stop": 1136899329
        },
        {
            "start": 1136899331,
            "stop": 1136903186
        },
        {
            "start": 1136903187,
            "stop": 1136905432
        },
        {
            "start": 1136905434,
            "stop": 1136907996
        },
        {
            "start": 1136907998,
            "stop": 1136915389
        },
        {
            "start": 1136923544,
            "stop": 1136924522
        },
        {
            "start": 1136924524,
            "stop": 1136927118
        },
        {
            "start": 1136927550,
            "stop": 1136928965
        },
        {
            "start": 1136928966,
            "stop": 1136930091
        },
        {
            "start": 1136953663,
            "stop": 1136964273
        },
        {
            "start": 1136964274,
            "stop": 1136965343
        },
        {
            "start": 1136965345,
            "stop": 1136966678
        },
        {
            "start": 1136966679,
            "stop": 1136973488
        },
        {
            "start": 1136973490,
            "stop": 1136975213
        },
        {
            "start": 1136975215,
            "stop": 1136985298
        },
        {
            "start": 1136985299,
            "stop": 1136989428
        },
        {
            "start": 1136989429,
            "stop": 1136990079
        },
        {
            "start": 1136990081,
            "stop": 1136993753
        },
        {
            "start": 1136993755,
            "stop": 1136995513
        }
    ]
}