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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=313",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 314,
    "results": [
        {
            "start": 1175734781,
            "stop": 1175736055
        },
        {
            "start": 1175736057,
            "stop": 1175737438
        },
        {
            "start": 1175737440,
            "stop": 1175738491
        },
        {
            "start": 1175738493,
            "stop": 1175739297
        },
        {
            "start": 1175739299,
            "stop": 1175740261
        },
        {
            "start": 1175740263,
            "stop": 1175740963
        },
        {
            "start": 1175740965,
            "stop": 1175741831
        },
        {
            "start": 1175741833,
            "stop": 1175742842
        },
        {
            "start": 1175742844,
            "stop": 1175743811
        },
        {
            "start": 1175743813,
            "stop": 1175744531
        },
        {
            "start": 1175744533,
            "stop": 1175745638
        },
        {
            "start": 1175745640,
            "stop": 1175745967
        },
        {
            "start": 1175745971,
            "stop": 1175746460
        },
        {
            "start": 1175746462,
            "stop": 1175747467
        },
        {
            "start": 1175747469,
            "stop": 1175748387
        },
        {
            "start": 1175748389,
            "stop": 1175749491
        },
        {
            "start": 1175749493,
            "stop": 1175750365
        },
        {
            "start": 1175750367,
            "stop": 1175751675
        },
        {
            "start": 1175751677,
            "stop": 1175752366
        },
        {
            "start": 1175752368,
            "stop": 1175752686
        }
    ]
}