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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=145",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 146,
    "results": [
        {
            "start": 1131168866,
            "stop": 1131168879
        },
        {
            "start": 1131168880,
            "stop": 1131168894
        },
        {
            "start": 1131168895,
            "stop": 1131168898
        },
        {
            "start": 1131168900,
            "stop": 1131168940
        },
        {
            "start": 1131168941,
            "stop": 1131168949
        },
        {
            "start": 1131168950,
            "stop": 1131168956
        },
        {
            "start": 1131168957,
            "stop": 1131168958
        },
        {
            "start": 1131168959,
            "stop": 1131168976
        },
        {
            "start": 1131168977,
            "stop": 1131169006
        },
        {
            "start": 1131169007,
            "stop": 1131169060
        },
        {
            "start": 1131169061,
            "stop": 1131169076
        },
        {
            "start": 1131169077,
            "stop": 1131169085
        },
        {
            "start": 1131169086,
            "stop": 1131169099
        },
        {
            "start": 1131169100,
            "stop": 1131169124
        },
        {
            "start": 1131169125,
            "stop": 1131169150
        },
        {
            "start": 1131169151,
            "stop": 1131169162
        },
        {
            "start": 1131169163,
            "stop": 1131169170
        },
        {
            "start": 1131169171,
            "stop": 1131169193
        },
        {
            "start": 1131169194,
            "stop": 1131169235
        },
        {
            "start": 1131169236,
            "stop": 1131169246
        }
    ]
}