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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=376",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 377,
    "results": [
        {
            "start": 1266342602,
            "stop": 1266342818
        },
        {
            "start": 1266350404,
            "stop": 1266352018
        },
        {
            "start": 1266352019,
            "stop": 1266352230
        },
        {
            "start": 1266352231,
            "stop": 1266352304
        },
        {
            "start": 1266352305,
            "stop": 1266352308
        },
        {
            "start": 1266352310,
            "stop": 1266352316
        },
        {
            "start": 1266352317,
            "stop": 1266352347
        },
        {
            "start": 1266352348,
            "stop": 1266352356
        },
        {
            "start": 1266352357,
            "stop": 1266352360
        },
        {
            "start": 1266352361,
            "stop": 1266352364
        },
        {
            "start": 1266352366,
            "stop": 1266352425
        },
        {
            "start": 1266352426,
            "stop": 1266352563
        },
        {
            "start": 1266352564,
            "stop": 1266352626
        },
        {
            "start": 1266352627,
            "stop": 1266353117
        },
        {
            "start": 1266353129,
            "stop": 1266353130
        },
        {
            "start": 1266353135,
            "stop": 1266355046
        },
        {
            "start": 1266355047,
            "stop": 1266355362
        },
        {
            "start": 1266355363,
            "stop": 1266355593
        },
        {
            "start": 1266355594,
            "stop": 1266356840
        },
        {
            "start": 1266356842,
            "stop": 1266356868
        }
    ]
}