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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=260",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 261,
    "results": [
        {
            "start": 1264578944,
            "stop": 1264584182
        },
        {
            "start": 1264584185,
            "stop": 1264584186
        },
        {
            "start": 1264584187,
            "stop": 1264584196
        },
        {
            "start": 1264584197,
            "stop": 1264584200
        },
        {
            "start": 1264584201,
            "stop": 1264584218
        },
        {
            "start": 1264584219,
            "stop": 1264584221
        },
        {
            "start": 1264584226,
            "stop": 1264584229
        },
        {
            "start": 1264584234,
            "stop": 1264584263
        },
        {
            "start": 1264584265,
            "stop": 1264584273
        },
        {
            "start": 1264584276,
            "stop": 1264584277
        },
        {
            "start": 1264584282,
            "stop": 1264584283
        },
        {
            "start": 1264584293,
            "stop": 1264584294
        },
        {
            "start": 1264584298,
            "stop": 1264584300
        },
        {
            "start": 1264584307,
            "stop": 1264584308
        },
        {
            "start": 1264584309,
            "stop": 1264584310
        },
        {
            "start": 1264584313,
            "stop": 1264584324
        },
        {
            "start": 1264584327,
            "stop": 1264584401
        },
        {
            "start": 1264584403,
            "stop": 1264584404
        },
        {
            "start": 1264584405,
            "stop": 1264584409
        },
        {
            "start": 1264584410,
            "stop": 1264584414
        }
    ]
}