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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=337",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 338,
    "results": [
        {
            "start": 1250451750,
            "stop": 1250451964
        },
        {
            "start": 1250451965,
            "stop": 1250452413
        },
        {
            "start": 1250452414,
            "stop": 1250452454
        },
        {
            "start": 1250452455,
            "stop": 1250452540
        },
        {
            "start": 1250452541,
            "stop": 1250452543
        },
        {
            "start": 1250452545,
            "stop": 1250452578
        },
        {
            "start": 1250452579,
            "stop": 1250452608
        },
        {
            "start": 1250452609,
            "stop": 1250453001
        },
        {
            "start": 1250453002,
            "stop": 1250453025
        },
        {
            "start": 1250453027,
            "stop": 1250453029
        },
        {
            "start": 1250453033,
            "stop": 1250453035
        },
        {
            "start": 1250453036,
            "stop": 1250453037
        },
        {
            "start": 1250453038,
            "stop": 1250453041
        },
        {
            "start": 1250453042,
            "stop": 1250453200
        },
        {
            "start": 1250453201,
            "stop": 1250453206
        },
        {
            "start": 1250453208,
            "stop": 1250453225
        },
        {
            "start": 1250453228,
            "stop": 1250453231
        },
        {
            "start": 1250453233,
            "stop": 1250453298
        },
        {
            "start": 1250453304,
            "stop": 1250453310
        },
        {
            "start": 1250453311,
            "stop": 1250453348
        }
    ]
}