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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=172",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 173,
    "results": [
        {
            "start": 1240034409,
            "stop": 1240034528
        },
        {
            "start": 1240034529,
            "stop": 1240034648
        },
        {
            "start": 1240034649,
            "stop": 1240034768
        },
        {
            "start": 1240034769,
            "stop": 1240034888
        },
        {
            "start": 1240034889,
            "stop": 1240035008
        },
        {
            "start": 1240035009,
            "stop": 1240035128
        },
        {
            "start": 1240035129,
            "stop": 1240035248
        },
        {
            "start": 1240035249,
            "stop": 1240035368
        },
        {
            "start": 1240035369,
            "stop": 1240035488
        },
        {
            "start": 1240035489,
            "stop": 1240035608
        },
        {
            "start": 1240035609,
            "stop": 1240035728
        },
        {
            "start": 1240035729,
            "stop": 1240035848
        },
        {
            "start": 1240035849,
            "stop": 1240036028
        },
        {
            "start": 1240036029,
            "stop": 1240036148
        },
        {
            "start": 1240036149,
            "stop": 1240036268
        },
        {
            "start": 1240036269,
            "stop": 1240036388
        },
        {
            "start": 1240036389,
            "stop": 1240036508
        },
        {
            "start": 1240036509,
            "stop": 1240036628
        },
        {
            "start": 1240036629,
            "stop": 1240036748
        },
        {
            "start": 1240036749,
            "stop": 1240036764
        }
    ]
}