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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3826",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3827,
    "results": [
        {
            "start": 873444740,
            "stop": 873444838
        },
        {
            "start": 873444841,
            "stop": 873444863
        },
        {
            "start": 873444866,
            "stop": 873445349
        },
        {
            "start": 873445352,
            "stop": 873445394
        },
        {
            "start": 873445397,
            "stop": 873445399
        },
        {
            "start": 873445402,
            "stop": 873445406
        },
        {
            "start": 873445409,
            "stop": 873445494
        },
        {
            "start": 873445498,
            "stop": 873445502
        },
        {
            "start": 873445506,
            "stop": 873445511
        },
        {
            "start": 873445515,
            "stop": 873445535
        },
        {
            "start": 873445538,
            "stop": 873445553
        },
        {
            "start": 873445556,
            "stop": 873446553
        },
        {
            "start": 873446554,
            "stop": 873446585
        },
        {
            "start": 873446587,
            "stop": 873446602
        },
        {
            "start": 873446605,
            "stop": 873446682
        },
        {
            "start": 873446685,
            "stop": 873446700
        },
        {
            "start": 873448661,
            "stop": 873449015
        },
        {
            "start": 873449025,
            "stop": 873449035
        },
        {
            "start": 873449038,
            "stop": 873449280
        },
        {
            "start": 873449286,
            "stop": 873449671
        }
    ]
}