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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=338",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 339,
    "results": [
        {
            "start": 1265001890,
            "stop": 1265001891
        },
        {
            "start": 1265001910,
            "stop": 1265001913
        },
        {
            "start": 1265001917,
            "stop": 1265001920
        },
        {
            "start": 1265001921,
            "stop": 1265001983
        },
        {
            "start": 1265001984,
            "stop": 1265001991
        },
        {
            "start": 1265001992,
            "stop": 1265001996
        },
        {
            "start": 1265001997,
            "stop": 1265002077
        },
        {
            "start": 1265002078,
            "stop": 1265002100
        },
        {
            "start": 1265002107,
            "stop": 1265002116
        },
        {
            "start": 1265002118,
            "stop": 1265002119
        },
        {
            "start": 1265002120,
            "stop": 1265002137
        },
        {
            "start": 1265002143,
            "stop": 1265002144
        },
        {
            "start": 1265002145,
            "stop": 1265002146
        },
        {
            "start": 1265002149,
            "stop": 1265002164
        },
        {
            "start": 1265002167,
            "stop": 1265002185
        },
        {
            "start": 1265002194,
            "stop": 1265002216
        },
        {
            "start": 1265002219,
            "stop": 1265002233
        },
        {
            "start": 1265002234,
            "stop": 1265002263
        },
        {
            "start": 1265002265,
            "stop": 1265002268
        },
        {
            "start": 1265002269,
            "stop": 1265002272
        }
    ]
}