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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=11",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 12,
    "results": [
        {
            "start": 1259408828,
            "stop": 1259408829
        },
        {
            "start": 1259408831,
            "stop": 1259408839
        },
        {
            "start": 1259408841,
            "stop": 1259408843
        },
        {
            "start": 1259408844,
            "stop": 1259408846
        },
        {
            "start": 1259408848,
            "stop": 1259408851
        },
        {
            "start": 1259408852,
            "stop": 1259408853
        },
        {
            "start": 1259408854,
            "stop": 1259408967
        },
        {
            "start": 1259408969,
            "stop": 1259408979
        },
        {
            "start": 1259408981,
            "stop": 1259409016
        },
        {
            "start": 1259409017,
            "stop": 1259409037
        },
        {
            "start": 1259409039,
            "stop": 1259409040
        },
        {
            "start": 1259409041,
            "stop": 1259409046
        },
        {
            "start": 1259409047,
            "stop": 1259409050
        },
        {
            "start": 1259409053,
            "stop": 1259409061
        },
        {
            "start": 1259409062,
            "stop": 1259409066
        },
        {
            "start": 1259409067,
            "stop": 1259409073
        },
        {
            "start": 1259409074,
            "stop": 1259409075
        },
        {
            "start": 1259409076,
            "stop": 1259409077
        },
        {
            "start": 1259409078,
            "stop": 1259409081
        },
        {
            "start": 1259409088,
            "stop": 1259409089
        }
    ]
}