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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=234",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 235,
    "results": [
        {
            "start": 1264397949,
            "stop": 1264398212
        },
        {
            "start": 1264398214,
            "stop": 1264398240
        },
        {
            "start": 1264398242,
            "stop": 1264398256
        },
        {
            "start": 1264398259,
            "stop": 1264398309
        },
        {
            "start": 1264398311,
            "stop": 1264398327
        },
        {
            "start": 1264398328,
            "stop": 1264398333
        },
        {
            "start": 1264398334,
            "stop": 1264398335
        },
        {
            "start": 1264398336,
            "stop": 1264398341
        },
        {
            "start": 1264398343,
            "stop": 1264398364
        },
        {
            "start": 1264398367,
            "stop": 1264398373
        },
        {
            "start": 1264398375,
            "stop": 1264398381
        },
        {
            "start": 1264398383,
            "stop": 1264398463
        },
        {
            "start": 1264398464,
            "stop": 1264398473
        },
        {
            "start": 1264398474,
            "stop": 1264398480
        },
        {
            "start": 1264398482,
            "stop": 1264398522
        },
        {
            "start": 1264398524,
            "stop": 1264398536
        },
        {
            "start": 1264398537,
            "stop": 1264398538
        },
        {
            "start": 1264398540,
            "stop": 1264398564
        },
        {
            "start": 1264398565,
            "stop": 1264398567
        },
        {
            "start": 1264398569,
            "stop": 1264398572
        }
    ]
}