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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=91",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 92,
    "results": [
        {
            "start": 1238949102,
            "stop": 1238949106
        },
        {
            "start": 1238949116,
            "stop": 1238949117
        },
        {
            "start": 1238949118,
            "stop": 1238949119
        },
        {
            "start": 1238949122,
            "stop": 1238949126
        },
        {
            "start": 1238949131,
            "stop": 1238949132
        },
        {
            "start": 1238949133,
            "stop": 1238949136
        },
        {
            "start": 1238949137,
            "stop": 1238953917
        },
        {
            "start": 1238958004,
            "stop": 1238958127
        },
        {
            "start": 1238958419,
            "stop": 1238960060
        },
        {
            "start": 1238989402,
            "stop": 1238995779
        },
        {
            "start": 1238996840,
            "stop": 1239007232
        },
        {
            "start": 1239007261,
            "stop": 1239009236
        },
        {
            "start": 1239022037,
            "stop": 1239026184
        },
        {
            "start": 1239026240,
            "stop": 1239029005
        },
        {
            "start": 1239038327,
            "stop": 1239038763
        },
        {
            "start": 1239038789,
            "stop": 1239039812
        },
        {
            "start": 1239041401,
            "stop": 1239044403
        },
        {
            "start": 1239060171,
            "stop": 1239069071
        },
        {
            "start": 1239069668,
            "stop": 1239106590
        },
        {
            "start": 1239128903,
            "stop": 1239129104
        }
    ]
}