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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=109",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 110,
    "results": [
        {
            "start": 818517207,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818520480
        },
        {
            "start": 818520540,
            "stop": 818521740
        },
        {
            "start": 818521800,
            "stop": 818521840
        },
        {
            "start": 818521960,
            "stop": 818522038
        },
        {
            "start": 818522294,
            "stop": 818522640
        },
        {
            "start": 818522700,
            "stop": 818523960
        },
        {
            "start": 818524120,
            "stop": 818524685
        },
        {
            "start": 818552592,
            "stop": 818552601
        },
        {
            "start": 818557833,
            "stop": 818557919
        },
        {
            "start": 818558415,
            "stop": 818558627
        },
        {
            "start": 818559669,
            "stop": 818561285
        },
        {
            "start": 818561932,
            "stop": 818564684
        },
        {
            "start": 818565057,
            "stop": 818569770
        },
        {
            "start": 818571469,
            "stop": 818571691
        },
        {
            "start": 818572427,
            "stop": 818572514
        },
        {
            "start": 818573468,
            "stop": 818573474
        },
        {
            "start": 818574101,
            "stop": 818574127
        },
        {
            "start": 818574427,
            "stop": 818574500
        },
        {
            "start": 818575037,
            "stop": 818575145
        }
    ]
}