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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=380",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 381,
    "results": [
        {
            "start": 1266386205,
            "stop": 1266386367
        },
        {
            "start": 1266386371,
            "stop": 1266386379
        },
        {
            "start": 1266386380,
            "stop": 1266386392
        },
        {
            "start": 1266386393,
            "stop": 1266386411
        },
        {
            "start": 1266386412,
            "stop": 1266386421
        },
        {
            "start": 1266386423,
            "stop": 1266386424
        },
        {
            "start": 1266386425,
            "stop": 1266386432
        },
        {
            "start": 1266386433,
            "stop": 1266386441
        },
        {
            "start": 1266386446,
            "stop": 1266386478
        },
        {
            "start": 1266386479,
            "stop": 1266386512
        },
        {
            "start": 1266386514,
            "stop": 1266386516
        },
        {
            "start": 1266386517,
            "stop": 1266386518
        },
        {
            "start": 1266386519,
            "stop": 1266386699
        },
        {
            "start": 1266386700,
            "stop": 1266386956
        },
        {
            "start": 1266386957,
            "stop": 1266387667
        },
        {
            "start": 1266387668,
            "stop": 1266387701
        },
        {
            "start": 1266387703,
            "stop": 1266387793
        },
        {
            "start": 1266387794,
            "stop": 1266388401
        },
        {
            "start": 1266388402,
            "stop": 1266388406
        },
        {
            "start": 1266388407,
            "stop": 1266388485
        }
    ]
}