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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=124",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 125,
    "results": [
        {
            "start": 1264181234,
            "stop": 1264181237
        },
        {
            "start": 1264181240,
            "stop": 1264181242
        },
        {
            "start": 1264181244,
            "stop": 1264181245
        },
        {
            "start": 1264181246,
            "stop": 1264181254
        },
        {
            "start": 1264181257,
            "stop": 1264181266
        },
        {
            "start": 1264181267,
            "stop": 1264181269
        },
        {
            "start": 1264181270,
            "stop": 1264181306
        },
        {
            "start": 1264181309,
            "stop": 1264181333
        },
        {
            "start": 1264181334,
            "stop": 1264181340
        },
        {
            "start": 1264181344,
            "stop": 1264181349
        },
        {
            "start": 1264181351,
            "stop": 1264181352
        },
        {
            "start": 1264181354,
            "stop": 1264181358
        },
        {
            "start": 1264181359,
            "stop": 1264181398
        },
        {
            "start": 1264181400,
            "stop": 1264181405
        },
        {
            "start": 1264181407,
            "stop": 1264181412
        },
        {
            "start": 1264181414,
            "stop": 1264181418
        },
        {
            "start": 1264181419,
            "stop": 1264181421
        },
        {
            "start": 1264181423,
            "stop": 1264181426
        },
        {
            "start": 1264181432,
            "stop": 1264181437
        },
        {
            "start": 1264181441,
            "stop": 1264181446
        }
    ]
}