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=7549
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=7550",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7548",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7549,
    "results": [
        {
            "start": 970411247,
            "stop": 970411288
        },
        {
            "start": 970411291,
            "stop": 970411311
        },
        {
            "start": 970411314,
            "stop": 970411324
        },
        {
            "start": 970411327,
            "stop": 970411350
        },
        {
            "start": 970411354,
            "stop": 970411378
        },
        {
            "start": 970411381,
            "stop": 970411412
        },
        {
            "start": 970411415,
            "stop": 970411443
        },
        {
            "start": 970411446,
            "stop": 970411478
        },
        {
            "start": 970411484,
            "stop": 970411485
        },
        {
            "start": 970411488,
            "stop": 970411507
        },
        {
            "start": 970411513,
            "stop": 970411514
        },
        {
            "start": 970411696,
            "stop": 970411722
        },
        {
            "start": 970411727,
            "stop": 970411771
        },
        {
            "start": 970411774,
            "stop": 970411783
        },
        {
            "start": 970411787,
            "stop": 970411788
        },
        {
            "start": 970411792,
            "stop": 970411804
        },
        {
            "start": 970411936,
            "stop": 970411948
        },
        {
            "start": 970411951,
            "stop": 970411959
        },
        {
            "start": 970411962,
            "stop": 970411986
        },
        {
            "start": 970411989,
            "stop": 970411990
        }
    ]
}