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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3777",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3778,
    "results": [
        {
            "start": 873129371,
            "stop": 873130020
        },
        {
            "start": 873130080,
            "stop": 873130124
        },
        {
            "start": 873130125,
            "stop": 873130134
        },
        {
            "start": 873132598,
            "stop": 873132599
        },
        {
            "start": 873132600,
            "stop": 873132601
        },
        {
            "start": 873132605,
            "stop": 873132611
        },
        {
            "start": 873132614,
            "stop": 873132616
        },
        {
            "start": 873132618,
            "stop": 873132626
        },
        {
            "start": 873132627,
            "stop": 873132631
        },
        {
            "start": 873132632,
            "stop": 873132639
        },
        {
            "start": 873132640,
            "stop": 873132646
        },
        {
            "start": 873132647,
            "stop": 873132667
        },
        {
            "start": 873132668,
            "stop": 873132669
        },
        {
            "start": 873132670,
            "stop": 873132699
        },
        {
            "start": 873132700,
            "stop": 873132799
        },
        {
            "start": 873132800,
            "stop": 873133140
        },
        {
            "start": 873133200,
            "stop": 873133244
        },
        {
            "start": 873133245,
            "stop": 873133538
        },
        {
            "start": 873133691,
            "stop": 873134024
        },
        {
            "start": 873134067,
            "stop": 873136318
        }
    ]
}