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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1671",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1669",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1670,
    "results": [
        {
            "start": 1248594060,
            "stop": 1248596607
        },
        {
            "start": 1248596610,
            "stop": 1248598719
        },
        {
            "start": 1248598722,
            "stop": 1248600939
        },
        {
            "start": 1248600943,
            "stop": 1248601251
        },
        {
            "start": 1248601254,
            "stop": 1248601691
        },
        {
            "start": 1248601694,
            "stop": 1248602101
        },
        {
            "start": 1248602105,
            "stop": 1248602780
        },
        {
            "start": 1248602783,
            "stop": 1248604577
        },
        {
            "start": 1248604580,
            "stop": 1248606298
        },
        {
            "start": 1248606301,
            "stop": 1248606895
        },
        {
            "start": 1248606898,
            "stop": 1248608021
        },
        {
            "start": 1248608024,
            "stop": 1248609550
        },
        {
            "start": 1248609558,
            "stop": 1248609860
        },
        {
            "start": 1248609863,
            "stop": 1248610310
        },
        {
            "start": 1248610313,
            "stop": 1248611699
        },
        {
            "start": 1248611708,
            "stop": 1248611838
        },
        {
            "start": 1248611841,
            "stop": 1248612532
        },
        {
            "start": 1248612534,
            "stop": 1248613544
        },
        {
            "start": 1248613547,
            "stop": 1248615231
        },
        {
            "start": 1248615234,
            "stop": 1248616245
        }
    ]
}