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=1154
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=1155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1153",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1154,
    "results": [
        {
            "start": 1136597152,
            "stop": 1136603387
        },
        {
            "start": 1136603388,
            "stop": 1136608375
        },
        {
            "start": 1136608377,
            "stop": 1136610402
        },
        {
            "start": 1136610404,
            "stop": 1136611725
        },
        {
            "start": 1136611726,
            "stop": 1136612007
        },
        {
            "start": 1136612009,
            "stop": 1136621510
        },
        {
            "start": 1136621512,
            "stop": 1136621513
        },
        {
            "start": 1136621515,
            "stop": 1136631175
        },
        {
            "start": 1136631180,
            "stop": 1136632104
        },
        {
            "start": 1136632106,
            "stop": 1136634876
        },
        {
            "start": 1136634878,
            "stop": 1136636142
        },
        {
            "start": 1136636144,
            "stop": 1136645016
        },
        {
            "start": 1136645018,
            "stop": 1136645021
        },
        {
            "start": 1136645025,
            "stop": 1136645820
        },
        {
            "start": 1136645823,
            "stop": 1136645826
        },
        {
            "start": 1136645829,
            "stop": 1136645830
        },
        {
            "start": 1136645835,
            "stop": 1136645837
        },
        {
            "start": 1136645839,
            "stop": 1136645840
        },
        {
            "start": 1136645842,
            "stop": 1136645843
        },
        {
            "start": 1136645845,
            "stop": 1136645860
        }
    ]
}