Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=4",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5,
    "results": [
        {
            "start": 815208622,
            "stop": 815208662
        },
        {
            "start": 815208669,
            "stop": 815208678
        },
        {
            "start": 815208685,
            "stop": 815208690
        },
        {
            "start": 815208694,
            "stop": 815208752
        },
        {
            "start": 815208755,
            "stop": 815208758
        },
        {
            "start": 815208762,
            "stop": 815208799
        },
        {
            "start": 815208802,
            "stop": 815208826
        },
        {
            "start": 815208830,
            "stop": 815208832
        },
        {
            "start": 815208835,
            "stop": 815208850
        },
        {
            "start": 815208858,
            "stop": 815208867
        },
        {
            "start": 815208870,
            "stop": 815208875
        },
        {
            "start": 815208878,
            "stop": 815208881
        },
        {
            "start": 815208885,
            "stop": 815208942
        },
        {
            "start": 815208946,
            "stop": 815208988
        },
        {
            "start": 815208991,
            "stop": 815209025
        },
        {
            "start": 815209029,
            "stop": 815209042
        },
        {
            "start": 815209046,
            "stop": 815209347
        },
        {
            "start": 815209351,
            "stop": 815209463
        },
        {
            "start": 815209466,
            "stop": 815209516
        },
        {
            "start": 815209520,
            "stop": 815209583
        }
    ]
}