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_BURST_CAT3/segments?format=api&page=465
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=464",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 465,
    "results": [
        {
            "start": 1264394276,
            "stop": 1264394282
        },
        {
            "start": 1264394284,
            "stop": 1264394295
        },
        {
            "start": 1264394298,
            "stop": 1264394303
        },
        {
            "start": 1264394305,
            "stop": 1264394310
        },
        {
            "start": 1264394313,
            "stop": 1264394363
        },
        {
            "start": 1264394364,
            "stop": 1264394372
        },
        {
            "start": 1264394373,
            "stop": 1264394379
        },
        {
            "start": 1264394380,
            "stop": 1264394404
        },
        {
            "start": 1264394405,
            "stop": 1264394414
        },
        {
            "start": 1264394419,
            "stop": 1264394439
        },
        {
            "start": 1264394442,
            "stop": 1264394457
        },
        {
            "start": 1264394459,
            "stop": 1264394460
        },
        {
            "start": 1264394468,
            "stop": 1264394474
        },
        {
            "start": 1264394475,
            "stop": 1264394482
        },
        {
            "start": 1264394484,
            "stop": 1264394507
        },
        {
            "start": 1264394508,
            "stop": 1264394550
        },
        {
            "start": 1264394551,
            "stop": 1264394558
        },
        {
            "start": 1264394560,
            "stop": 1264394646
        },
        {
            "start": 1264394647,
            "stop": 1264394674
        },
        {
            "start": 1264394675,
            "stop": 1264394688
        }
    ]
}