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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=62",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 63,
    "results": [
        {
            "start": 1238316392,
            "stop": 1238316599
        },
        {
            "start": 1238316602,
            "stop": 1238316603
        },
        {
            "start": 1238316607,
            "stop": 1238316940
        },
        {
            "start": 1238316942,
            "stop": 1238317014
        },
        {
            "start": 1238317015,
            "stop": 1238317317
        },
        {
            "start": 1238317319,
            "stop": 1238317321
        },
        {
            "start": 1238317326,
            "stop": 1238317415
        },
        {
            "start": 1238317416,
            "stop": 1238317462
        },
        {
            "start": 1238317463,
            "stop": 1238317570
        },
        {
            "start": 1238317573,
            "stop": 1238317756
        },
        {
            "start": 1238317757,
            "stop": 1238317758
        },
        {
            "start": 1238317760,
            "stop": 1238317909
        },
        {
            "start": 1238317913,
            "stop": 1238317914
        },
        {
            "start": 1238317927,
            "stop": 1238317928
        },
        {
            "start": 1238317931,
            "stop": 1238318028
        },
        {
            "start": 1238318032,
            "stop": 1238318033
        },
        {
            "start": 1238318034,
            "stop": 1238318403
        },
        {
            "start": 1238318407,
            "stop": 1238318711
        },
        {
            "start": 1238318712,
            "stop": 1238319066
        },
        {
            "start": 1238319067,
            "stop": 1238319623
        }
    ]
}