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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=73",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 74,
    "results": [
        {
            "start": 1262762720,
            "stop": 1262763464
        },
        {
            "start": 1262763466,
            "stop": 1262763629
        },
        {
            "start": 1262763632,
            "stop": 1262763636
        },
        {
            "start": 1262763639,
            "stop": 1262763968
        },
        {
            "start": 1262763972,
            "stop": 1262764280
        },
        {
            "start": 1262764283,
            "stop": 1262764409
        },
        {
            "start": 1262764412,
            "stop": 1262765355
        },
        {
            "start": 1262765358,
            "stop": 1262765802
        },
        {
            "start": 1262765805,
            "stop": 1262765944
        },
        {
            "start": 1262765948,
            "stop": 1262766828
        },
        {
            "start": 1262766830,
            "stop": 1262766866
        },
        {
            "start": 1262766868,
            "stop": 1262766917
        },
        {
            "start": 1262766925,
            "stop": 1262767239
        },
        {
            "start": 1262767241,
            "stop": 1262768096
        },
        {
            "start": 1262768102,
            "stop": 1262768367
        },
        {
            "start": 1262768370,
            "stop": 1262769035
        },
        {
            "start": 1262769038,
            "stop": 1262769238
        },
        {
            "start": 1262769241,
            "stop": 1262769352
        },
        {
            "start": 1262769353,
            "stop": 1262769399
        },
        {
            "start": 1262769401,
            "stop": 1262769490
        }
    ]
}