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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=10",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 11,
    "results": [
        {
            "start": 931470401,
            "stop": 931470412
        },
        {
            "start": 931470430,
            "stop": 931470466
        },
        {
            "start": 931471964,
            "stop": 931472010
        },
        {
            "start": 931472029,
            "stop": 931472048
        },
        {
            "start": 931472066,
            "stop": 931472595
        },
        {
            "start": 931472626,
            "stop": 931472877
        },
        {
            "start": 931472880,
            "stop": 931472904
        },
        {
            "start": 931472922,
            "stop": 931473462
        },
        {
            "start": 931473483,
            "stop": 931474687
        },
        {
            "start": 931474705,
            "stop": 931474784
        },
        {
            "start": 931474802,
            "stop": 931475083
        },
        {
            "start": 931475101,
            "stop": 931475330
        },
        {
            "start": 931475351,
            "stop": 931477059
        },
        {
            "start": 931483242,
            "stop": 931483254
        },
        {
            "start": 931483367,
            "stop": 931483368
        },
        {
            "start": 931483389,
            "stop": 931483394
        },
        {
            "start": 931483413,
            "stop": 931483417
        },
        {
            "start": 931483448,
            "stop": 931483452
        },
        {
            "start": 931483516,
            "stop": 931483522
        },
        {
            "start": 931483575,
            "stop": 931483628
        }
    ]
}