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=419
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=420",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=418",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 419,
    "results": [
        {
            "start": 1267596194,
            "stop": 1267596198
        },
        {
            "start": 1267596199,
            "stop": 1267596201
        },
        {
            "start": 1267596203,
            "stop": 1267596209
        },
        {
            "start": 1267596211,
            "stop": 1267596215
        },
        {
            "start": 1267596216,
            "stop": 1267596220
        },
        {
            "start": 1267596222,
            "stop": 1267596258
        },
        {
            "start": 1267596259,
            "stop": 1267596264
        },
        {
            "start": 1267596267,
            "stop": 1267596271
        },
        {
            "start": 1267596273,
            "stop": 1267596285
        },
        {
            "start": 1267596286,
            "stop": 1267596287
        },
        {
            "start": 1267596288,
            "stop": 1267596293
        },
        {
            "start": 1267596298,
            "stop": 1267596414
        },
        {
            "start": 1267596417,
            "stop": 1267596470
        },
        {
            "start": 1267596471,
            "stop": 1267596472
        },
        {
            "start": 1267596473,
            "stop": 1267596474
        },
        {
            "start": 1267596475,
            "stop": 1267596482
        },
        {
            "start": 1267596483,
            "stop": 1267596555
        },
        {
            "start": 1267596556,
            "stop": 1267596595
        },
        {
            "start": 1267596596,
            "stop": 1267596601
        },
        {
            "start": 1267596603,
            "stop": 1267596604
        }
    ]
}