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_CAT2/segments?format=api&page=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=162",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 163,
    "results": [
        {
            "start": 1264351151,
            "stop": 1264351155
        },
        {
            "start": 1264351157,
            "stop": 1264351165
        },
        {
            "start": 1264351167,
            "stop": 1264351169
        },
        {
            "start": 1264351170,
            "stop": 1264351172
        },
        {
            "start": 1264351175,
            "stop": 1264351176
        },
        {
            "start": 1264351178,
            "stop": 1264351179
        },
        {
            "start": 1264351181,
            "stop": 1264351190
        },
        {
            "start": 1264351196,
            "stop": 1264351198
        },
        {
            "start": 1264351199,
            "stop": 1264351200
        },
        {
            "start": 1264351201,
            "stop": 1264351208
        },
        {
            "start": 1264351209,
            "stop": 1264351213
        },
        {
            "start": 1264351214,
            "stop": 1264351217
        },
        {
            "start": 1264351218,
            "stop": 1264351219
        },
        {
            "start": 1264351220,
            "stop": 1264351225
        },
        {
            "start": 1264351226,
            "stop": 1264351227
        },
        {
            "start": 1264351228,
            "stop": 1264351233
        },
        {
            "start": 1264351234,
            "stop": 1264351237
        },
        {
            "start": 1264351239,
            "stop": 1264351241
        },
        {
            "start": 1264351242,
            "stop": 1264351257
        },
        {
            "start": 1264351258,
            "stop": 1264351260
        }
    ]
}