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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=408",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 409,
    "results": [
        {
            "start": 1267562327,
            "stop": 1267562387
        },
        {
            "start": 1267562388,
            "stop": 1267562742
        },
        {
            "start": 1267562743,
            "stop": 1267562758
        },
        {
            "start": 1267562761,
            "stop": 1267562766
        },
        {
            "start": 1267562768,
            "stop": 1267562769
        },
        {
            "start": 1267562770,
            "stop": 1267562772
        },
        {
            "start": 1267562780,
            "stop": 1267562796
        },
        {
            "start": 1267562797,
            "stop": 1267562798
        },
        {
            "start": 1267562801,
            "stop": 1267562802
        },
        {
            "start": 1267562805,
            "stop": 1267562809
        },
        {
            "start": 1267562810,
            "stop": 1267562814
        },
        {
            "start": 1267562819,
            "stop": 1267562822
        },
        {
            "start": 1267562823,
            "stop": 1267562824
        },
        {
            "start": 1267562826,
            "stop": 1267562828
        },
        {
            "start": 1267562829,
            "stop": 1267562831
        },
        {
            "start": 1267562832,
            "stop": 1267563036
        },
        {
            "start": 1267563037,
            "stop": 1267563041
        },
        {
            "start": 1267563043,
            "stop": 1267563044
        },
        {
            "start": 1267563046,
            "stop": 1267563049
        },
        {
            "start": 1267563052,
            "stop": 1267563056
        }
    ]
}