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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=18",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 19,
    "results": [
        {
            "start": 819093586,
            "stop": 819096673
        },
        {
            "start": 819103166,
            "stop": 819114852
        },
        {
            "start": 819114913,
            "stop": 819122893
        },
        {
            "start": 819181938,
            "stop": 819181948
        },
        {
            "start": 819182599,
            "stop": 819183913
        },
        {
            "start": 819195998,
            "stop": 819205618
        },
        {
            "start": 819205753,
            "stop": 819205813
        },
        {
            "start": 819205816,
            "stop": 819205819
        },
        {
            "start": 819205873,
            "stop": 819206494
        },
        {
            "start": 819246606,
            "stop": 819249881
        },
        {
            "start": 819253507,
            "stop": 819278759
        },
        {
            "start": 819278817,
            "stop": 819278818
        },
        {
            "start": 819279616,
            "stop": 819291068
        },
        {
            "start": 819300365,
            "stop": 819303763
        },
        {
            "start": 819304598,
            "stop": 819307687
        },
        {
            "start": 819307767,
            "stop": 819307768
        },
        {
            "start": 819307813,
            "stop": 819316513
        },
        {
            "start": 819319095,
            "stop": 819320569
        },
        {
            "start": 819321636,
            "stop": 819323824
        },
        {
            "start": 819324422,
            "stop": 819325131
        }
    ]
}