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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7466",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7464",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7465,
    "results": [
        {
            "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
        },
        {
            "start": 970047619,
            "stop": 970047627
        },
        {
            "start": 970047633,
            "stop": 970047647
        },
        {
            "start": 970047653,
            "stop": 970047660
        },
        {
            "start": 970047666,
            "stop": 970048129
        },
        {
            "start": 970048135,
            "stop": 970049061
        }
    ]
}