Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=298
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=297",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 298,
    "results": [
        {
            "start": 1264838273,
            "stop": 1264838365
        },
        {
            "start": 1264838368,
            "stop": 1264838499
        },
        {
            "start": 1264838501,
            "stop": 1264838539
        },
        {
            "start": 1264838542,
            "stop": 1264838559
        },
        {
            "start": 1264838563,
            "stop": 1264838567
        },
        {
            "start": 1264838570,
            "stop": 1264838932
        },
        {
            "start": 1264838934,
            "stop": 1264838994
        },
        {
            "start": 1264838998,
            "stop": 1264839073
        },
        {
            "start": 1264839076,
            "stop": 1264839398
        },
        {
            "start": 1264839400,
            "stop": 1264839413
        },
        {
            "start": 1264839415,
            "stop": 1264839430
        },
        {
            "start": 1264839432,
            "stop": 1264839495
        },
        {
            "start": 1264839499,
            "stop": 1264839524
        },
        {
            "start": 1264839526,
            "stop": 1264839531
        },
        {
            "start": 1264839533,
            "stop": 1264839585
        },
        {
            "start": 1264839586,
            "stop": 1264839625
        },
        {
            "start": 1264839628,
            "stop": 1264839946
        },
        {
            "start": 1264839947,
            "stop": 1264839960
        },
        {
            "start": 1264839963,
            "stop": 1264840100
        },
        {
            "start": 1264840102,
            "stop": 1264840105
        }
    ]
}