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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=205",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 206,
    "results": [
        {
            "start": 1264383882,
            "stop": 1264383893
        },
        {
            "start": 1264383894,
            "stop": 1264383897
        },
        {
            "start": 1264383899,
            "stop": 1264383905
        },
        {
            "start": 1264383907,
            "stop": 1264383928
        },
        {
            "start": 1264383929,
            "stop": 1264383936
        },
        {
            "start": 1264383937,
            "stop": 1264383940
        },
        {
            "start": 1264383941,
            "stop": 1264383944
        },
        {
            "start": 1264383946,
            "stop": 1264383948
        },
        {
            "start": 1264383949,
            "stop": 1264383952
        },
        {
            "start": 1264383954,
            "stop": 1264383956
        },
        {
            "start": 1264383957,
            "stop": 1264383961
        },
        {
            "start": 1264383962,
            "stop": 1264383968
        },
        {
            "start": 1264383970,
            "stop": 1264384045
        },
        {
            "start": 1264384046,
            "stop": 1264384062
        },
        {
            "start": 1264384064,
            "stop": 1264384070
        },
        {
            "start": 1264384072,
            "stop": 1264384138
        },
        {
            "start": 1264384140,
            "stop": 1264384159
        },
        {
            "start": 1264384161,
            "stop": 1264384233
        },
        {
            "start": 1264384234,
            "stop": 1264384242
        },
        {
            "start": 1264384244,
            "stop": 1264384296
        }
    ]
}