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=427
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=428",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=426",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 427,
    "results": [
        {
            "start": 1267606786,
            "stop": 1267606857
        },
        {
            "start": 1267606858,
            "stop": 1267607401
        },
        {
            "start": 1267607402,
            "stop": 1267607412
        },
        {
            "start": 1267607413,
            "stop": 1267607935
        },
        {
            "start": 1267607936,
            "stop": 1267608537
        },
        {
            "start": 1267608538,
            "stop": 1267621563
        },
        {
            "start": 1267621564,
            "stop": 1267639792
        },
        {
            "start": 1267639794,
            "stop": 1267655250
        },
        {
            "start": 1267655251,
            "stop": 1267656798
        },
        {
            "start": 1267656799,
            "stop": 1267656846
        },
        {
            "start": 1267656847,
            "stop": 1267656850
        },
        {
            "start": 1267656851,
            "stop": 1267657256
        },
        {
            "start": 1267657257,
            "stop": 1267657270
        },
        {
            "start": 1267657271,
            "stop": 1267657293
        },
        {
            "start": 1267657294,
            "stop": 1267657314
        },
        {
            "start": 1267657315,
            "stop": 1267682151
        },
        {
            "start": 1267682152,
            "stop": 1267682731
        },
        {
            "start": 1267682732,
            "stop": 1267683160
        },
        {
            "start": 1267683161,
            "stop": 1267692729
        },
        {
            "start": 1267692730,
            "stop": 1267702600
        }
    ]
}