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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=232",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 233,
    "results": [
        {
            "start": 1187072749,
            "stop": 1187074322
        },
        {
            "start": 1187076297,
            "stop": 1187124167
        },
        {
            "start": 1187127590,
            "stop": 1187141918
        },
        {
            "start": 1187144138,
            "stop": 1187144699
        },
        {
            "start": 1187150554,
            "stop": 1187212571
        },
        {
            "start": 1187212572,
            "stop": 1187213087
        },
        {
            "start": 1187213088,
            "stop": 1187213249
        },
        {
            "start": 1187213253,
            "stop": 1187213255
        },
        {
            "start": 1187213256,
            "stop": 1187213262
        },
        {
            "start": 1187213263,
            "stop": 1187214833
        },
        {
            "start": 1187214834,
            "stop": 1187220283
        },
        {
            "start": 1187220286,
            "stop": 1187220295
        },
        {
            "start": 1187220297,
            "stop": 1187220299
        },
        {
            "start": 1187220301,
            "stop": 1187225084
        },
        {
            "start": 1187227274,
            "stop": 1187244597
        },
        {
            "start": 1187247154,
            "stop": 1187293386
        },
        {
            "start": 1187293387,
            "stop": 1187293396
        },
        {
            "start": 1187293397,
            "stop": 1187300383
        },
        {
            "start": 1187305202,
            "stop": 1187307660
        },
        {
            "start": 1187310866,
            "stop": 1187312020
        }
    ]
}