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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=39",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 40,
    "results": [
        {
            "start": 1262671380,
            "stop": 1262671499
        },
        {
            "start": 1262671501,
            "stop": 1262671600
        },
        {
            "start": 1262671603,
            "stop": 1262671608
        },
        {
            "start": 1262671611,
            "stop": 1262672049
        },
        {
            "start": 1262672053,
            "stop": 1262672092
        },
        {
            "start": 1262672095,
            "stop": 1262672199
        },
        {
            "start": 1262672202,
            "stop": 1262672236
        },
        {
            "start": 1262672239,
            "stop": 1262672505
        },
        {
            "start": 1262672507,
            "stop": 1262672698
        },
        {
            "start": 1262672702,
            "stop": 1262672753
        },
        {
            "start": 1262672756,
            "stop": 1262672800
        },
        {
            "start": 1262672802,
            "stop": 1262672814
        },
        {
            "start": 1262672818,
            "stop": 1262672823
        },
        {
            "start": 1262672826,
            "stop": 1262672840
        },
        {
            "start": 1262672842,
            "stop": 1262672900
        },
        {
            "start": 1262672902,
            "stop": 1262672972
        },
        {
            "start": 1262672976,
            "stop": 1262673207
        },
        {
            "start": 1262673208,
            "stop": 1262673340
        },
        {
            "start": 1262673342,
            "stop": 1262673347
        },
        {
            "start": 1262673351,
            "stop": 1262673600
        }
    ]
}