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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=946",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=944",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 945,
    "results": [
        {
            "start": 1251641832,
            "stop": 1251641840
        },
        {
            "start": 1251641844,
            "stop": 1251642060
        },
        {
            "start": 1251642065,
            "stop": 1251642112
        },
        {
            "start": 1251642117,
            "stop": 1251642148
        },
        {
            "start": 1251642153,
            "stop": 1251642171
        },
        {
            "start": 1251642176,
            "stop": 1251642264
        },
        {
            "start": 1251642269,
            "stop": 1251642300
        },
        {
            "start": 1251642304,
            "stop": 1251642387
        },
        {
            "start": 1251642391,
            "stop": 1251642420
        },
        {
            "start": 1251642423,
            "stop": 1251642887
        },
        {
            "start": 1251642892,
            "stop": 1251643051
        },
        {
            "start": 1251643056,
            "stop": 1251643381
        },
        {
            "start": 1251643383,
            "stop": 1251643481
        },
        {
            "start": 1251643486,
            "stop": 1251643554
        },
        {
            "start": 1251643557,
            "stop": 1251643661
        },
        {
            "start": 1251643666,
            "stop": 1251643806
        },
        {
            "start": 1251643811,
            "stop": 1251643919
        },
        {
            "start": 1251643925,
            "stop": 1251644029
        },
        {
            "start": 1251644033,
            "stop": 1251644096
        },
        {
            "start": 1251644099,
            "stop": 1251644177
        }
    ]
}