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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=72",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 73,
    "results": [
        {
            "start": 1262744409,
            "stop": 1262744411
        },
        {
            "start": 1262744412,
            "stop": 1262744426
        },
        {
            "start": 1262744427,
            "stop": 1262744428
        },
        {
            "start": 1262744430,
            "stop": 1262744436
        },
        {
            "start": 1262744437,
            "stop": 1262744438
        },
        {
            "start": 1262744439,
            "stop": 1262744443
        },
        {
            "start": 1262744445,
            "stop": 1262744446
        },
        {
            "start": 1262744447,
            "stop": 1262744450
        },
        {
            "start": 1262744452,
            "stop": 1262744457
        },
        {
            "start": 1262744459,
            "stop": 1262744474
        },
        {
            "start": 1262744475,
            "stop": 1262744487
        },
        {
            "start": 1262744488,
            "stop": 1262754128
        },
        {
            "start": 1262754130,
            "stop": 1262755071
        },
        {
            "start": 1262755072,
            "stop": 1262759469
        },
        {
            "start": 1262759472,
            "stop": 1262759597
        },
        {
            "start": 1262759601,
            "stop": 1262760288
        },
        {
            "start": 1262760289,
            "stop": 1262761081
        },
        {
            "start": 1262761084,
            "stop": 1262762334
        },
        {
            "start": 1262762336,
            "stop": 1262762340
        },
        {
            "start": 1262762344,
            "stop": 1262762717
        }
    ]
}