Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=12",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 13,
    "results": [
        {
            "start": 1259409090,
            "stop": 1259409096
        },
        {
            "start": 1259409098,
            "stop": 1259409099
        },
        {
            "start": 1259409101,
            "stop": 1259409104
        },
        {
            "start": 1259409105,
            "stop": 1259409165
        },
        {
            "start": 1259409166,
            "stop": 1259409169
        },
        {
            "start": 1259409170,
            "stop": 1259409204
        },
        {
            "start": 1259409206,
            "stop": 1259409209
        },
        {
            "start": 1259409212,
            "stop": 1259409223
        },
        {
            "start": 1259409224,
            "stop": 1259409242
        },
        {
            "start": 1259409243,
            "stop": 1259409245
        },
        {
            "start": 1259409247,
            "stop": 1259409264
        },
        {
            "start": 1259409268,
            "stop": 1259409271
        },
        {
            "start": 1259409274,
            "stop": 1259409275
        },
        {
            "start": 1259409278,
            "stop": 1259409279
        },
        {
            "start": 1259409281,
            "stop": 1259409284
        },
        {
            "start": 1259409288,
            "stop": 1259409291
        },
        {
            "start": 1259409292,
            "stop": 1259409294
        },
        {
            "start": 1259409295,
            "stop": 1259409296
        },
        {
            "start": 1259409298,
            "stop": 1259409301
        },
        {
            "start": 1259409305,
            "stop": 1259409306
        }
    ]
}