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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=87",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 88,
    "results": [
        {
            "start": 836608509,
            "stop": 836609995
        },
        {
            "start": 836610921,
            "stop": 836616865
        },
        {
            "start": 836618059,
            "stop": 836632778
        },
        {
            "start": 836634075,
            "stop": 836649102
        },
        {
            "start": 836649948,
            "stop": 836664962
        },
        {
            "start": 836694631,
            "stop": 836695105
        },
        {
            "start": 836696133,
            "stop": 836699509
        },
        {
            "start": 836701239,
            "stop": 836709944
        },
        {
            "start": 836710943,
            "stop": 836740062
        },
        {
            "start": 836741997,
            "stop": 836762305
        },
        {
            "start": 836763372,
            "stop": 836766378
        },
        {
            "start": 836767442,
            "stop": 836769089
        },
        {
            "start": 836769994,
            "stop": 836771133
        },
        {
            "start": 836773281,
            "stop": 836776359
        },
        {
            "start": 836777302,
            "stop": 836782093
        },
        {
            "start": 836796127,
            "stop": 836800498
        },
        {
            "start": 836801661,
            "stop": 836848173
        },
        {
            "start": 836848280,
            "stop": 836858163
        },
        {
            "start": 836859132,
            "stop": 836860384
        },
        {
            "start": 836860505,
            "stop": 836861784
        }
    ]
}