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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=177",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 178,
    "results": [
        {
            "start": 1180387805,
            "stop": 1180387811
        },
        {
            "start": 1180387813,
            "stop": 1180387815
        },
        {
            "start": 1180387816,
            "stop": 1180387866
        },
        {
            "start": 1180387869,
            "stop": 1180387873
        },
        {
            "start": 1180387877,
            "stop": 1180387920
        },
        {
            "start": 1180387923,
            "stop": 1180387936
        },
        {
            "start": 1180387937,
            "stop": 1180387946
        },
        {
            "start": 1180387948,
            "stop": 1180387974
        },
        {
            "start": 1180387977,
            "stop": 1180387984
        },
        {
            "start": 1180387985,
            "stop": 1180388046
        },
        {
            "start": 1180388047,
            "stop": 1180388059
        },
        {
            "start": 1180388060,
            "stop": 1180388068
        },
        {
            "start": 1180388069,
            "stop": 1180388109
        },
        {
            "start": 1180388110,
            "stop": 1180388115
        },
        {
            "start": 1180388118,
            "stop": 1180388149
        },
        {
            "start": 1180388151,
            "stop": 1180388152
        },
        {
            "start": 1180388153,
            "stop": 1180388200
        },
        {
            "start": 1180388202,
            "stop": 1180388223
        },
        {
            "start": 1180388224,
            "stop": 1180388225
        },
        {
            "start": 1180388228,
            "stop": 1180388232
        }
    ]
}