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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29249",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29250,
    "results": [
        {
            "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
        },
        {
            "start": 971172402,
            "stop": 971172403
        },
        {
            "start": 971172406,
            "stop": 971172408
        },
        {
            "start": 971172413,
            "stop": 971172416
        },
        {
            "start": 971172417,
            "stop": 971172418
        }
    ]
}