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=7618
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=7619",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7617",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7618,
    "results": [
        {
            "start": 970858576,
            "stop": 970858636
        },
        {
            "start": 970891547,
            "stop": 970891599
        },
        {
            "start": 970891602,
            "stop": 970891836
        },
        {
            "start": 970891839,
            "stop": 970892267
        },
        {
            "start": 970892307,
            "stop": 970892544
        },
        {
            "start": 970892547,
            "stop": 970892590
        },
        {
            "start": 970892593,
            "stop": 970892759
        },
        {
            "start": 970892762,
            "stop": 970892778
        },
        {
            "start": 970892781,
            "stop": 970893019
        },
        {
            "start": 970893022,
            "stop": 970893041
        },
        {
            "start": 970893044,
            "stop": 970893140
        },
        {
            "start": 970893143,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893410
        },
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        }
    ]
}