Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2396
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2395",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2396,
    "results": [
        {
            "start": 873118699,
            "stop": 873118911
        },
        {
            "start": 873118928,
            "stop": 873119195
        },
        {
            "start": 873119212,
            "stop": 873119274
        },
        {
            "start": 873119291,
            "stop": 873119381
        },
        {
            "start": 873119398,
            "stop": 873119523
        },
        {
            "start": 873119540,
            "stop": 873119683
        },
        {
            "start": 873120692,
            "stop": 873124010
        },
        {
            "start": 873124090,
            "stop": 873126830
        },
        {
            "start": 873126910,
            "stop": 873128150
        },
        {
            "start": 873128290,
            "stop": 873128346
        },
        {
            "start": 873128363,
            "stop": 873128690
        },
        {
            "start": 873128847,
            "stop": 873131468
        },
        {
            "start": 873131485,
            "stop": 873131853
        },
        {
            "start": 873131870,
            "stop": 873133938
        },
        {
            "start": 873133988,
            "stop": 873134630
        },
        {
            "start": 873134710,
            "stop": 873134832
        },
        {
            "start": 873134869,
            "stop": 873135557
        },
        {
            "start": 873135639,
            "stop": 873135830
        },
        {
            "start": 873135970,
            "stop": 873136702
        },
        {
            "start": 873136740,
            "stop": 873136773
        }
    ]
}