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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=54",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 55,
    "results": [
        {
            "start": 1174031786,
            "stop": 1174032742
        },
        {
            "start": 1174032749,
            "stop": 1174034295
        },
        {
            "start": 1174034296,
            "stop": 1174045746
        },
        {
            "start": 1174045747,
            "stop": 1174054842
        },
        {
            "start": 1174054843,
            "stop": 1174061519
        },
        {
            "start": 1174061521,
            "stop": 1174061527
        },
        {
            "start": 1174061528,
            "stop": 1174061535
        },
        {
            "start": 1174061536,
            "stop": 1174061835
        },
        {
            "start": 1174061836,
            "stop": 1174061837
        },
        {
            "start": 1174061838,
            "stop": 1174062011
        },
        {
            "start": 1174062012,
            "stop": 1174062094
        },
        {
            "start": 1174062108,
            "stop": 1174062118
        },
        {
            "start": 1174062120,
            "stop": 1174062121
        },
        {
            "start": 1174062125,
            "stop": 1174062126
        },
        {
            "start": 1174062127,
            "stop": 1174062218
        },
        {
            "start": 1174062220,
            "stop": 1174062226
        },
        {
            "start": 1174062232,
            "stop": 1174062362
        },
        {
            "start": 1174062363,
            "stop": 1174062537
        },
        {
            "start": 1174062543,
            "stop": 1174063101
        },
        {
            "start": 1174063102,
            "stop": 1174063138
        }
    ]
}