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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=425",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 426,
    "results": [
        {
            "start": 1267600942,
            "stop": 1267601006
        },
        {
            "start": 1267601007,
            "stop": 1267601008
        },
        {
            "start": 1267601009,
            "stop": 1267601040
        },
        {
            "start": 1267601041,
            "stop": 1267601042
        },
        {
            "start": 1267601043,
            "stop": 1267601051
        },
        {
            "start": 1267601053,
            "stop": 1267601055
        },
        {
            "start": 1267601056,
            "stop": 1267601516
        },
        {
            "start": 1267601517,
            "stop": 1267601534
        },
        {
            "start": 1267601535,
            "stop": 1267601536
        },
        {
            "start": 1267601537,
            "stop": 1267601539
        },
        {
            "start": 1267601540,
            "stop": 1267606659
        },
        {
            "start": 1267606662,
            "stop": 1267606663
        },
        {
            "start": 1267606664,
            "stop": 1267606666
        },
        {
            "start": 1267606668,
            "stop": 1267606670
        },
        {
            "start": 1267606671,
            "stop": 1267606694
        },
        {
            "start": 1267606695,
            "stop": 1267606702
        },
        {
            "start": 1267606703,
            "stop": 1267606704
        },
        {
            "start": 1267606705,
            "stop": 1267606708
        },
        {
            "start": 1267606709,
            "stop": 1267606758
        },
        {
            "start": 1267606759,
            "stop": 1267606785
        }
    ]
}