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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=145",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 146,
    "results": [
        {
            "start": 1264331412,
            "stop": 1264331436
        },
        {
            "start": 1264331437,
            "stop": 1264331444
        },
        {
            "start": 1264331449,
            "stop": 1264332340
        },
        {
            "start": 1264332341,
            "stop": 1264332768
        },
        {
            "start": 1264332769,
            "stop": 1264334242
        },
        {
            "start": 1264334243,
            "stop": 1264334262
        },
        {
            "start": 1264334263,
            "stop": 1264334264
        },
        {
            "start": 1264334269,
            "stop": 1264334273
        },
        {
            "start": 1264334276,
            "stop": 1264334277
        },
        {
            "start": 1264334279,
            "stop": 1264334280
        },
        {
            "start": 1264334293,
            "stop": 1264334294
        },
        {
            "start": 1264334304,
            "stop": 1264334305
        },
        {
            "start": 1264334308,
            "stop": 1264334309
        },
        {
            "start": 1264334310,
            "stop": 1264334311
        },
        {
            "start": 1264334315,
            "stop": 1264334322
        },
        {
            "start": 1264334324,
            "stop": 1264334326
        },
        {
            "start": 1264334329,
            "stop": 1264334330
        },
        {
            "start": 1264334334,
            "stop": 1264334335
        },
        {
            "start": 1264334338,
            "stop": 1264334340
        },
        {
            "start": 1264334341,
            "stop": 1264334345
        }
    ]
}