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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=342",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 343,
    "results": [
        {
            "start": 1265004100,
            "stop": 1265004124
        },
        {
            "start": 1265004125,
            "stop": 1265004136
        },
        {
            "start": 1265004138,
            "stop": 1265004148
        },
        {
            "start": 1265004149,
            "stop": 1265004166
        },
        {
            "start": 1265004168,
            "stop": 1265004169
        },
        {
            "start": 1265004180,
            "stop": 1265004182
        },
        {
            "start": 1265004183,
            "stop": 1265004192
        },
        {
            "start": 1265004193,
            "stop": 1265004281
        },
        {
            "start": 1265004282,
            "stop": 1265004289
        },
        {
            "start": 1265004292,
            "stop": 1265004313
        },
        {
            "start": 1265004314,
            "stop": 1265004331
        },
        {
            "start": 1265004332,
            "stop": 1265004334
        },
        {
            "start": 1265004337,
            "stop": 1265004339
        },
        {
            "start": 1265004343,
            "stop": 1265004391
        },
        {
            "start": 1265004393,
            "stop": 1265004403
        },
        {
            "start": 1265004406,
            "stop": 1265004409
        },
        {
            "start": 1265004413,
            "stop": 1265004453
        },
        {
            "start": 1265004455,
            "stop": 1265004476
        },
        {
            "start": 1265004479,
            "stop": 1265004482
        },
        {
            "start": 1265004484,
            "stop": 1265004516
        }
    ]
}