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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=285",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 286,
    "results": [
        {
            "start": 1264763206,
            "stop": 1264763220
        },
        {
            "start": 1264763222,
            "stop": 1264763228
        },
        {
            "start": 1264763229,
            "stop": 1264763231
        },
        {
            "start": 1264763232,
            "stop": 1264763276
        },
        {
            "start": 1264763277,
            "stop": 1264763278
        },
        {
            "start": 1264763283,
            "stop": 1264763284
        },
        {
            "start": 1264763285,
            "stop": 1264763291
        },
        {
            "start": 1264763294,
            "stop": 1264763301
        },
        {
            "start": 1264763302,
            "stop": 1264763418
        },
        {
            "start": 1264763419,
            "stop": 1264763430
        },
        {
            "start": 1264763432,
            "stop": 1264763433
        },
        {
            "start": 1264763435,
            "stop": 1264763439
        },
        {
            "start": 1264763441,
            "stop": 1264763442
        },
        {
            "start": 1264763444,
            "stop": 1264763445
        },
        {
            "start": 1264763447,
            "stop": 1264763448
        },
        {
            "start": 1264763453,
            "stop": 1264763456
        },
        {
            "start": 1264763458,
            "stop": 1264763459
        },
        {
            "start": 1264763460,
            "stop": 1264763510
        },
        {
            "start": 1264763511,
            "stop": 1264763522
        },
        {
            "start": 1264763523,
            "stop": 1264763524
        }
    ]
}