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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=296",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 297,
    "results": [
        {
            "start": 1264837090,
            "stop": 1264837095
        },
        {
            "start": 1264837097,
            "stop": 1264837102
        },
        {
            "start": 1264837104,
            "stop": 1264837131
        },
        {
            "start": 1264837132,
            "stop": 1264837144
        },
        {
            "start": 1264837145,
            "stop": 1264837154
        },
        {
            "start": 1264837158,
            "stop": 1264837217
        },
        {
            "start": 1264837219,
            "stop": 1264837439
        },
        {
            "start": 1264837441,
            "stop": 1264837446
        },
        {
            "start": 1264837448,
            "stop": 1264837487
        },
        {
            "start": 1264837490,
            "stop": 1264837513
        },
        {
            "start": 1264837515,
            "stop": 1264837618
        },
        {
            "start": 1264837620,
            "stop": 1264837644
        },
        {
            "start": 1264837646,
            "stop": 1264837902
        },
        {
            "start": 1264837903,
            "stop": 1264837956
        },
        {
            "start": 1264837959,
            "stop": 1264837970
        },
        {
            "start": 1264837972,
            "stop": 1264838024
        },
        {
            "start": 1264838025,
            "stop": 1264838036
        },
        {
            "start": 1264838038,
            "stop": 1264838072
        },
        {
            "start": 1264838074,
            "stop": 1264838187
        },
        {
            "start": 1264838189,
            "stop": 1264838270
        }
    ]
}