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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=337",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 338,
    "results": [
        {
            "start": 1182140648,
            "stop": 1182140653
        },
        {
            "start": 1182140654,
            "stop": 1182140667
        },
        {
            "start": 1182140669,
            "stop": 1182140709
        },
        {
            "start": 1182140710,
            "stop": 1182140766
        },
        {
            "start": 1182140768,
            "stop": 1182140784
        },
        {
            "start": 1182140785,
            "stop": 1182140793
        },
        {
            "start": 1182140794,
            "stop": 1182140812
        },
        {
            "start": 1182140815,
            "stop": 1182140826
        },
        {
            "start": 1182140827,
            "stop": 1182140857
        },
        {
            "start": 1182140858,
            "stop": 1182140863
        },
        {
            "start": 1182140864,
            "stop": 1182140910
        },
        {
            "start": 1182140912,
            "stop": 1182140917
        },
        {
            "start": 1182140919,
            "stop": 1182140923
        },
        {
            "start": 1182140925,
            "stop": 1182141020
        },
        {
            "start": 1182141021,
            "stop": 1182141059
        },
        {
            "start": 1182141060,
            "stop": 1182141061
        },
        {
            "start": 1182141064,
            "stop": 1182141065
        },
        {
            "start": 1182141067,
            "stop": 1182141071
        },
        {
            "start": 1182141074,
            "stop": 1182141095
        },
        {
            "start": 1182141096,
            "stop": 1182141114
        }
    ]
}