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=407
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=408",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=406",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 407,
    "results": [
        {
            "start": 1267560070,
            "stop": 1267561056
        },
        {
            "start": 1267561057,
            "stop": 1267561153
        },
        {
            "start": 1267561154,
            "stop": 1267561170
        },
        {
            "start": 1267561171,
            "stop": 1267561178
        },
        {
            "start": 1267561179,
            "stop": 1267561182
        },
        {
            "start": 1267561183,
            "stop": 1267561189
        },
        {
            "start": 1267561190,
            "stop": 1267561193
        },
        {
            "start": 1267561197,
            "stop": 1267561200
        },
        {
            "start": 1267561201,
            "stop": 1267561202
        },
        {
            "start": 1267561203,
            "stop": 1267561204
        },
        {
            "start": 1267561205,
            "stop": 1267561206
        },
        {
            "start": 1267561207,
            "stop": 1267561208
        },
        {
            "start": 1267561209,
            "stop": 1267561210
        },
        {
            "start": 1267561212,
            "stop": 1267561229
        },
        {
            "start": 1267561230,
            "stop": 1267561298
        },
        {
            "start": 1267561300,
            "stop": 1267561302
        },
        {
            "start": 1267561303,
            "stop": 1267561310
        },
        {
            "start": 1267561314,
            "stop": 1267561357
        },
        {
            "start": 1267561361,
            "stop": 1267561485
        },
        {
            "start": 1267561486,
            "stop": 1267561487
        }
    ]
}