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=3693
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=3694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3692",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3693,
    "results": [
        {
            "start": 873124080,
            "stop": 873126840
        },
        {
            "start": 873126900,
            "stop": 873127841
        },
        {
            "start": 873127858,
            "stop": 873128160
        },
        {
            "start": 873128280,
            "stop": 873128346
        },
        {
            "start": 873128363,
            "stop": 873128700
        },
        {
            "start": 873128830,
            "stop": 873130424
        },
        {
            "start": 873130441,
            "stop": 873131075
        },
        {
            "start": 873131092,
            "stop": 873131224
        },
        {
            "start": 873131241,
            "stop": 873131349
        },
        {
            "start": 873131366,
            "stop": 873131468
        },
        {
            "start": 873131485,
            "stop": 873131618
        },
        {
            "start": 873131635,
            "stop": 873131853
        },
        {
            "start": 873131870,
            "stop": 873132925
        },
        {
            "start": 873132942,
            "stop": 873133938
        },
        {
            "start": 873133971,
            "stop": 873134640
        },
        {
            "start": 873134700,
            "stop": 873134832
        },
        {
            "start": 873134852,
            "stop": 873135272
        },
        {
            "start": 873135312,
            "stop": 873135557
        },
        {
            "start": 873135622,
            "stop": 873135840
        },
        {
            "start": 873135960,
            "stop": 873136702
        }
    ]
}