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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=53",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 54,
    "results": [
        {
            "start": 817125515,
            "stop": 817125525
        },
        {
            "start": 817125542,
            "stop": 817125560
        },
        {
            "start": 817125588,
            "stop": 817125597
        },
        {
            "start": 817125623,
            "stop": 817125637
        },
        {
            "start": 817125653,
            "stop": 817125672
        },
        {
            "start": 817130229,
            "stop": 817130324
        },
        {
            "start": 817130331,
            "stop": 817130359
        },
        {
            "start": 817130366,
            "stop": 817130519
        },
        {
            "start": 817130526,
            "stop": 817131771
        },
        {
            "start": 817131778,
            "stop": 817131797
        },
        {
            "start": 817131805,
            "stop": 817132084
        },
        {
            "start": 817132092,
            "stop": 817139053
        },
        {
            "start": 817139061,
            "stop": 817141721
        },
        {
            "start": 817141735,
            "stop": 817142773
        },
        {
            "start": 817145310,
            "stop": 817145613
        },
        {
            "start": 817145620,
            "stop": 817146071
        },
        {
            "start": 817146079,
            "stop": 817146298
        },
        {
            "start": 817146319,
            "stop": 817146379
        },
        {
            "start": 817146386,
            "stop": 817146990
        },
        {
            "start": 817146997,
            "stop": 817147263
        }
    ]
}