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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=37",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 38,
    "results": [
        {
            "start": 822527121,
            "stop": 822531493
        },
        {
            "start": 822534149,
            "stop": 822545010
        },
        {
            "start": 822545969,
            "stop": 822548214
        },
        {
            "start": 822550478,
            "stop": 822557481
        },
        {
            "start": 822559058,
            "stop": 822562959
        },
        {
            "start": 822563037,
            "stop": 822569047
        },
        {
            "start": 822569779,
            "stop": 822586073
        },
        {
            "start": 822586346,
            "stop": 822597778
        },
        {
            "start": 822598414,
            "stop": 822600082
        },
        {
            "start": 822600339,
            "stop": 822616782
        },
        {
            "start": 822617758,
            "stop": 822629324
        },
        {
            "start": 822631661,
            "stop": 822644816
        },
        {
            "start": 822646216,
            "stop": 822646772
        },
        {
            "start": 822648107,
            "stop": 822656469
        },
        {
            "start": 822883666,
            "stop": 822894414
        },
        {
            "start": 822899385,
            "stop": 822900528
        },
        {
            "start": 822901941,
            "stop": 822903778
        },
        {
            "start": 822905245,
            "stop": 822920503
        },
        {
            "start": 822927467,
            "stop": 822927626
        },
        {
            "start": 822936695,
            "stop": 822938103
        }
    ]
}