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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3502",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3503,
    "results": [
        {
            "start": 871300281,
            "stop": 871300433
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871301880
        },
        {
            "start": 871302300,
            "stop": 871302360
        },
        {
            "start": 871302480,
            "stop": 871302540
        },
        {
            "start": 871302600,
            "stop": 871303391
        },
        {
            "start": 871303408,
            "stop": 871303791
        },
        {
            "start": 871303808,
            "stop": 871303885
        },
        {
            "start": 871303902,
            "stop": 871304781
        },
        {
            "start": 871304808,
            "stop": 871307828
        },
        {
            "start": 871307845,
            "stop": 871307926
        },
        {
            "start": 871308080,
            "stop": 871308181
        },
        {
            "start": 871308198,
            "stop": 871308357
        },
        {
            "start": 871308374,
            "stop": 871308600
        },
        {
            "start": 871308660,
            "stop": 871308721
        },
        {
            "start": 871308738,
            "stop": 871308818
        },
        {
            "start": 871308835,
            "stop": 871308990
        },
        {
            "start": 871309007,
            "stop": 871309016
        }
    ]
}