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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14708
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14707",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14708,
    "results": [
        {
            "start": 971172328,
            "stop": 971172329
        },
        {
            "start": 971172334,
            "stop": 971172338
        },
        {
            "start": 971172341,
            "stop": 971172342
        },
        {
            "start": 971172343,
            "stop": 971172345
        },
        {
            "start": 971172346,
            "stop": 971172349
        },
        {
            "start": 971172351,
            "stop": 971172355
        },
        {
            "start": 971172356,
            "stop": 971172357
        },
        {
            "start": 971172359,
            "stop": 971172362
        },
        {
            "start": 971172363,
            "stop": 971172364
        },
        {
            "start": 971172365,
            "stop": 971172367
        },
        {
            "start": 971172369,
            "stop": 971172371
        },
        {
            "start": 971172372,
            "stop": 971172374
        },
        {
            "start": 971172377,
            "stop": 971172380
        },
        {
            "start": 971172381,
            "stop": 971172382
        },
        {
            "start": 971172385,
            "stop": 971172387
        },
        {
            "start": 971172388,
            "stop": 971172390
        },
        {
            "start": 971172391,
            "stop": 971172393
        },
        {
            "start": 971172394,
            "stop": 971172396
        },
        {
            "start": 971172398,
            "stop": 971172399
        },
        {
            "start": 971172400,
            "stop": 971172401
        }
    ]
}