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_CBCHIGH_CAT1/segments?format=api&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=16",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 17,
    "results": [
        {
            "start": 819054148,
            "stop": 819054641
        },
        {
            "start": 819069223,
            "stop": 819075166
        },
        {
            "start": 819082518,
            "stop": 819088933
        },
        {
            "start": 819090205,
            "stop": 819092313
        },
        {
            "start": 819092367,
            "stop": 819093087
        },
        {
            "start": 819093586,
            "stop": 819096712
        },
        {
            "start": 819103166,
            "stop": 819114852
        },
        {
            "start": 819114897,
            "stop": 819122930
        },
        {
            "start": 819181938,
            "stop": 819181978
        },
        {
            "start": 819182599,
            "stop": 819183943
        },
        {
            "start": 819195998,
            "stop": 819205618
        },
        {
            "start": 819205740,
            "stop": 819205819
        },
        {
            "start": 819205842,
            "stop": 819206494
        },
        {
            "start": 819206599,
            "stop": 819206600
        },
        {
            "start": 819246606,
            "stop": 819249911
        },
        {
            "start": 819253507,
            "stop": 819278759
        },
        {
            "start": 819278817,
            "stop": 819278818
        },
        {
            "start": 819279616,
            "stop": 819291097
        },
        {
            "start": 819300365,
            "stop": 819303793
        },
        {
            "start": 819304598,
            "stop": 819307687
        }
    ]
}