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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5079",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5080,
    "results": [
        {
            "start": 874620533,
            "stop": 874620538
        },
        {
            "start": 874620545,
            "stop": 874620567
        },
        {
            "start": 874620575,
            "stop": 874620578
        },
        {
            "start": 874620586,
            "stop": 874620605
        },
        {
            "start": 874620612,
            "stop": 874620622
        },
        {
            "start": 874620629,
            "stop": 874620696
        },
        {
            "start": 874620703,
            "stop": 874620711
        },
        {
            "start": 874620718,
            "stop": 874620747
        },
        {
            "start": 874620755,
            "stop": 874620919
        },
        {
            "start": 874620926,
            "stop": 874620949
        },
        {
            "start": 874620957,
            "stop": 874621016
        },
        {
            "start": 874621024,
            "stop": 874621077
        },
        {
            "start": 874621084,
            "stop": 874621108
        },
        {
            "start": 874621116,
            "stop": 874621175
        },
        {
            "start": 874621182,
            "stop": 874621276
        },
        {
            "start": 874621283,
            "stop": 874621307
        },
        {
            "start": 874621314,
            "stop": 874621375
        },
        {
            "start": 874621382,
            "stop": 874621416
        },
        {
            "start": 874621441,
            "stop": 874621443
        },
        {
            "start": 874621490,
            "stop": 874621493
        }
    ]
}