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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 182,
    "results": [
        {
            "start": 818076229,
            "stop": 818076232
        },
        {
            "start": 818076235,
            "stop": 818076238
        },
        {
            "start": 818076302,
            "stop": 818076307
        },
        {
            "start": 818076310,
            "stop": 818076312
        },
        {
            "start": 818076324,
            "stop": 818076326
        },
        {
            "start": 818076330,
            "stop": 818076335
        },
        {
            "start": 818076340,
            "stop": 818076341
        },
        {
            "start": 818076344,
            "stop": 818076347
        },
        {
            "start": 818076351,
            "stop": 818076355
        },
        {
            "start": 818076358,
            "stop": 818076365
        },
        {
            "start": 818076369,
            "stop": 818076371
        },
        {
            "start": 818076376,
            "stop": 818076378
        },
        {
            "start": 818076393,
            "stop": 818076394
        },
        {
            "start": 818076397,
            "stop": 818076398
        },
        {
            "start": 818076402,
            "stop": 818076403
        },
        {
            "start": 818076408,
            "stop": 818076409
        },
        {
            "start": 818076417,
            "stop": 818076420
        },
        {
            "start": 818076482,
            "stop": 818076486
        },
        {
            "start": 818076492,
            "stop": 818076493
        },
        {
            "start": 818076498,
            "stop": 818076500
        }
    ]
}