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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=69",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 70,
    "results": [
        {
            "start": 932074283,
            "stop": 932074287
        },
        {
            "start": 932074289,
            "stop": 932074301
        },
        {
            "start": 932074303,
            "stop": 932074318
        },
        {
            "start": 932074319,
            "stop": 932074339
        },
        {
            "start": 932074340,
            "stop": 932074353
        },
        {
            "start": 932074358,
            "stop": 932074366
        },
        {
            "start": 932074371,
            "stop": 932074374
        },
        {
            "start": 932074376,
            "stop": 932074377
        },
        {
            "start": 932074379,
            "stop": 932074381
        },
        {
            "start": 932074382,
            "stop": 932074383
        },
        {
            "start": 932074385,
            "stop": 932074388
        },
        {
            "start": 932074389,
            "stop": 932074397
        },
        {
            "start": 932074398,
            "stop": 932074404
        },
        {
            "start": 932074407,
            "stop": 932074411
        },
        {
            "start": 932074412,
            "stop": 932074413
        },
        {
            "start": 932074416,
            "stop": 932074423
        },
        {
            "start": 932074425,
            "stop": 932074434
        },
        {
            "start": 932074436,
            "stop": 932074441
        },
        {
            "start": 932074445,
            "stop": 932074459
        },
        {
            "start": 932074460,
            "stop": 932074461
        }
    ]
}