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_CAT2/segments?format=api&page=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=115",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 116,
    "results": [
        {
            "start": 1264167543,
            "stop": 1264167548
        },
        {
            "start": 1264167550,
            "stop": 1264167551
        },
        {
            "start": 1264167552,
            "stop": 1264167560
        },
        {
            "start": 1264167563,
            "stop": 1264167569
        },
        {
            "start": 1264167571,
            "stop": 1264167573
        },
        {
            "start": 1264167574,
            "stop": 1264167577
        },
        {
            "start": 1264167579,
            "stop": 1264167722
        },
        {
            "start": 1264167725,
            "stop": 1264168141
        },
        {
            "start": 1264168143,
            "stop": 1264168529
        },
        {
            "start": 1264168531,
            "stop": 1264168818
        },
        {
            "start": 1264168820,
            "stop": 1264168879
        },
        {
            "start": 1264168881,
            "stop": 1264169082
        },
        {
            "start": 1264169084,
            "stop": 1264169232
        },
        {
            "start": 1264169235,
            "stop": 1264169269
        },
        {
            "start": 1264169271,
            "stop": 1264169404
        },
        {
            "start": 1264169405,
            "stop": 1264169993
        },
        {
            "start": 1264169994,
            "stop": 1264170092
        },
        {
            "start": 1264170094,
            "stop": 1264170303
        },
        {
            "start": 1264170306,
            "stop": 1264170311
        },
        {
            "start": 1264170313,
            "stop": 1264170415
        }
    ]
}