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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=171",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 172,
    "results": [
        {
            "start": 1264368564,
            "stop": 1264368578
        },
        {
            "start": 1264368580,
            "stop": 1264368618
        },
        {
            "start": 1264368620,
            "stop": 1264368695
        },
        {
            "start": 1264368698,
            "stop": 1264368706
        },
        {
            "start": 1264368707,
            "stop": 1264368712
        },
        {
            "start": 1264368715,
            "stop": 1264368722
        },
        {
            "start": 1264368725,
            "stop": 1264368737
        },
        {
            "start": 1264368740,
            "stop": 1264368788
        },
        {
            "start": 1264368790,
            "stop": 1264368804
        },
        {
            "start": 1264368806,
            "stop": 1264368930
        },
        {
            "start": 1264368933,
            "stop": 1264368946
        },
        {
            "start": 1264368948,
            "stop": 1264369095
        },
        {
            "start": 1264369097,
            "stop": 1264369192
        },
        {
            "start": 1264369195,
            "stop": 1264369201
        },
        {
            "start": 1264369203,
            "stop": 1264369273
        },
        {
            "start": 1264369274,
            "stop": 1264369283
        },
        {
            "start": 1264369284,
            "stop": 1264369433
        },
        {
            "start": 1264369436,
            "stop": 1264369440
        },
        {
            "start": 1264369443,
            "stop": 1264369448
        },
        {
            "start": 1264369451,
            "stop": 1264369457
        }
    ]
}