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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=55",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 56,
    "results": [
        {
            "start": 1262694393,
            "stop": 1262694475
        },
        {
            "start": 1262694476,
            "stop": 1262694477
        },
        {
            "start": 1262694479,
            "stop": 1262694674
        },
        {
            "start": 1262694676,
            "stop": 1262694689
        },
        {
            "start": 1262694692,
            "stop": 1262694709
        },
        {
            "start": 1262694711,
            "stop": 1262694715
        },
        {
            "start": 1262694719,
            "stop": 1262694796
        },
        {
            "start": 1262694800,
            "stop": 1262694829
        },
        {
            "start": 1262694832,
            "stop": 1262694841
        },
        {
            "start": 1262694843,
            "stop": 1262694998
        },
        {
            "start": 1262695001,
            "stop": 1262695004
        },
        {
            "start": 1262695007,
            "stop": 1262695092
        },
        {
            "start": 1262695094,
            "stop": 1262695202
        },
        {
            "start": 1262695206,
            "stop": 1262695209
        },
        {
            "start": 1262695211,
            "stop": 1262695217
        },
        {
            "start": 1262695220,
            "stop": 1262695242
        },
        {
            "start": 1262695247,
            "stop": 1262695311
        },
        {
            "start": 1262695313,
            "stop": 1262695319
        },
        {
            "start": 1262695322,
            "stop": 1262695344
        },
        {
            "start": 1262695346,
            "stop": 1262695350
        }
    ]
}