Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=153",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 154,
    "results": [
        {
            "start": 842426343,
            "stop": 842436604
        },
        {
            "start": 842445226,
            "stop": 842447998
        },
        {
            "start": 842449014,
            "stop": 842511261
        },
        {
            "start": 842512370,
            "stop": 842522027
        },
        {
            "start": 842526522,
            "stop": 842529804
        },
        {
            "start": 842530635,
            "stop": 842588330
        },
        {
            "start": 842594849,
            "stop": 842596237
        },
        {
            "start": 842596800,
            "stop": 842618286
        },
        {
            "start": 842619088,
            "stop": 842621206
        },
        {
            "start": 842623913,
            "stop": 842631194
        },
        {
            "start": 842632492,
            "stop": 842635643
        },
        {
            "start": 842637055,
            "stop": 842660603
        },
        {
            "start": 842660763,
            "stop": 842683988
        },
        {
            "start": 842685597,
            "stop": 842702836
        },
        {
            "start": 842703098,
            "stop": 842706665
        },
        {
            "start": 842708571,
            "stop": 842712187
        },
        {
            "start": 842712548,
            "stop": 842713246
        },
        {
            "start": 842738160,
            "stop": 842740981
        },
        {
            "start": 842742105,
            "stop": 842765406
        },
        {
            "start": 842766463,
            "stop": 842767641
        }
    ]
}