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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=274",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 275,
    "results": [
        {
            "start": 1264682991,
            "stop": 1264709258
        },
        {
            "start": 1264709259,
            "stop": 1264709260
        },
        {
            "start": 1264709261,
            "stop": 1264709262
        },
        {
            "start": 1264709267,
            "stop": 1264709270
        },
        {
            "start": 1264709271,
            "stop": 1264709273
        },
        {
            "start": 1264709275,
            "stop": 1264709277
        },
        {
            "start": 1264709278,
            "stop": 1264709279
        },
        {
            "start": 1264709281,
            "stop": 1264709283
        },
        {
            "start": 1264709284,
            "stop": 1264709286
        },
        {
            "start": 1264709287,
            "stop": 1264709288
        },
        {
            "start": 1264709291,
            "stop": 1264709292
        },
        {
            "start": 1264709293,
            "stop": 1264709297
        },
        {
            "start": 1264709299,
            "stop": 1264709302
        },
        {
            "start": 1264709303,
            "stop": 1264709305
        },
        {
            "start": 1264709307,
            "stop": 1264709311
        },
        {
            "start": 1264709313,
            "stop": 1264709314
        },
        {
            "start": 1264709315,
            "stop": 1264709322
        },
        {
            "start": 1264709324,
            "stop": 1264709325
        },
        {
            "start": 1264709327,
            "stop": 1264709329
        },
        {
            "start": 1264709331,
            "stop": 1264709334
        }
    ]
}