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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=451",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 452,
    "results": [
        {
            "start": 825910749,
            "stop": 825910753
        },
        {
            "start": 825910764,
            "stop": 825910768
        },
        {
            "start": 825910773,
            "stop": 825910774
        },
        {
            "start": 825910802,
            "stop": 825910808
        },
        {
            "start": 825910821,
            "stop": 825910832
        },
        {
            "start": 825910836,
            "stop": 825910842
        },
        {
            "start": 825910855,
            "stop": 825910857
        },
        {
            "start": 825910917,
            "stop": 825910921
        },
        {
            "start": 825910953,
            "stop": 825910956
        },
        {
            "start": 825910986,
            "stop": 825910990
        },
        {
            "start": 825911080,
            "stop": 825911082
        },
        {
            "start": 825911091,
            "stop": 825911095
        },
        {
            "start": 825911133,
            "stop": 825911137
        },
        {
            "start": 825911184,
            "stop": 825911195
        },
        {
            "start": 825911199,
            "stop": 825911209
        },
        {
            "start": 825911253,
            "stop": 825911257
        },
        {
            "start": 825911260,
            "stop": 825911274
        },
        {
            "start": 825911279,
            "stop": 825911283
        },
        {
            "start": 825911289,
            "stop": 825911292
        },
        {
            "start": 825911296,
            "stop": 825911311
        }
    ]
}