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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7497",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7495",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7496,
    "results": [
        {
            "start": 970296980,
            "stop": 970296984
        },
        {
            "start": 970296993,
            "stop": 970297054
        },
        {
            "start": 970297057,
            "stop": 970297062
        },
        {
            "start": 970297065,
            "stop": 970297102
        },
        {
            "start": 970297105,
            "stop": 970297146
        },
        {
            "start": 970297149,
            "stop": 970297963
        },
        {
            "start": 970297966,
            "stop": 970298152
        },
        {
            "start": 970298155,
            "stop": 970298281
        },
        {
            "start": 970298287,
            "stop": 970298416
        },
        {
            "start": 970298419,
            "stop": 970298421
        },
        {
            "start": 970298454,
            "stop": 970298483
        },
        {
            "start": 970298486,
            "stop": 970298640
        },
        {
            "start": 970298646,
            "stop": 970298697
        },
        {
            "start": 970298703,
            "stop": 970298710
        },
        {
            "start": 970298721,
            "stop": 970298733
        },
        {
            "start": 970298736,
            "stop": 970298759
        },
        {
            "start": 970298765,
            "stop": 970298830
        },
        {
            "start": 970298836,
            "stop": 970298916
        },
        {
            "start": 970298922,
            "stop": 970299099
        },
        {
            "start": 970299102,
            "stop": 970299183
        }
    ]
}