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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=43",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 44,
    "results": [
        {
            "start": 1263904278,
            "stop": 1263924034
        },
        {
            "start": 1263981234,
            "stop": 1263981245
        },
        {
            "start": 1263981405,
            "stop": 1263984665
        },
        {
            "start": 1263984689,
            "stop": 1263984921
        },
        {
            "start": 1263984929,
            "stop": 1263988337
        },
        {
            "start": 1263988345,
            "stop": 1263997041
        },
        {
            "start": 1263997065,
            "stop": 1263999557
        },
        {
            "start": 1263999722,
            "stop": 1264000232
        },
        {
            "start": 1264002260,
            "stop": 1264003877
        },
        {
            "start": 1264006932,
            "stop": 1264006972
        },
        {
            "start": 1264007141,
            "stop": 1264011857
        },
        {
            "start": 1264011865,
            "stop": 1264015024
        },
        {
            "start": 1264015040,
            "stop": 1264017514
        },
        {
            "start": 1264017858,
            "stop": 1264018142
        },
        {
            "start": 1264018150,
            "stop": 1264019251
        },
        {
            "start": 1264021069,
            "stop": 1264021177
        },
        {
            "start": 1264021185,
            "stop": 1264021414
        },
        {
            "start": 1264022133,
            "stop": 1264024897
        },
        {
            "start": 1264024955,
            "stop": 1264043311
        },
        {
            "start": 1264045064,
            "stop": 1264045114
        }
    ]
}