Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=422
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=423",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=421",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 422,
    "results": [
        {
            "start": 1267600067,
            "stop": 1267600069
        },
        {
            "start": 1267600070,
            "stop": 1267600080
        },
        {
            "start": 1267600081,
            "stop": 1267600085
        },
        {
            "start": 1267600088,
            "stop": 1267600090
        },
        {
            "start": 1267600093,
            "stop": 1267600098
        },
        {
            "start": 1267600099,
            "stop": 1267600100
        },
        {
            "start": 1267600104,
            "stop": 1267600105
        },
        {
            "start": 1267600106,
            "stop": 1267600107
        },
        {
            "start": 1267600111,
            "stop": 1267600112
        },
        {
            "start": 1267600113,
            "stop": 1267600116
        },
        {
            "start": 1267600121,
            "stop": 1267600145
        },
        {
            "start": 1267600146,
            "stop": 1267600148
        },
        {
            "start": 1267600155,
            "stop": 1267600156
        },
        {
            "start": 1267600158,
            "stop": 1267600159
        },
        {
            "start": 1267600160,
            "stop": 1267600165
        },
        {
            "start": 1267600166,
            "stop": 1267600169
        },
        {
            "start": 1267600170,
            "stop": 1267600175
        },
        {
            "start": 1267600176,
            "stop": 1267600177
        },
        {
            "start": 1267600178,
            "stop": 1267600179
        },
        {
            "start": 1267600181,
            "stop": 1267600279
        }
    ]
}