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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=117",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 118,
    "results": [
        {
            "start": 836260355,
            "stop": 836260399
        },
        {
            "start": 836263708,
            "stop": 836293542
        },
        {
            "start": 836294820,
            "stop": 836295085
        },
        {
            "start": 836303676,
            "stop": 836307343
        },
        {
            "start": 836308437,
            "stop": 836314357
        },
        {
            "start": 836316198,
            "stop": 836317080
        },
        {
            "start": 836317235,
            "stop": 836323656
        },
        {
            "start": 836324023,
            "stop": 836330107
        },
        {
            "start": 836330267,
            "stop": 836333978
        },
        {
            "start": 836334052,
            "stop": 836334741
        },
        {
            "start": 836337199,
            "stop": 836376267
        },
        {
            "start": 836376450,
            "stop": 836378288
        },
        {
            "start": 836379290,
            "stop": 836393091
        },
        {
            "start": 836393843,
            "stop": 836422751
        },
        {
            "start": 836422894,
            "stop": 836424889
        },
        {
            "start": 836424993,
            "stop": 836427061
        },
        {
            "start": 836499306,
            "stop": 836515654
        },
        {
            "start": 836516815,
            "stop": 836542110
        },
        {
            "start": 836542718,
            "stop": 836551025
        },
        {
            "start": 836553626,
            "stop": 836562412
        }
    ]
}