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=7449
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=7450",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7448",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7449,
    "results": [
        {
            "start": 970042980,
            "stop": 970043397
        },
        {
            "start": 970043403,
            "stop": 970043569
        },
        {
            "start": 970043572,
            "stop": 970044119
        },
        {
            "start": 970044125,
            "stop": 970044481
        },
        {
            "start": 970044484,
            "stop": 970044686
        },
        {
            "start": 970044699,
            "stop": 970045542
        },
        {
            "start": 970045548,
            "stop": 970045560
        },
        {
            "start": 970045569,
            "stop": 970045580
        },
        {
            "start": 970045586,
            "stop": 970045637
        },
        {
            "start": 970045640,
            "stop": 970046213
        },
        {
            "start": 970046219,
            "stop": 970046666
        },
        {
            "start": 970046669,
            "stop": 970046716
        },
        {
            "start": 970046724,
            "stop": 970046756
        },
        {
            "start": 970046762,
            "stop": 970046775
        },
        {
            "start": 970046781,
            "stop": 970046964
        },
        {
            "start": 970046967,
            "stop": 970046983
        },
        {
            "start": 970046986,
            "stop": 970047454
        },
        {
            "start": 970047460,
            "stop": 970047532
        },
        {
            "start": 970047535,
            "stop": 970047598
        },
        {
            "start": 970047604,
            "stop": 970047613
        }
    ]
}