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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40983",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40984,
    "results": [
        {
            "start": 875140511,
            "stop": 875140523
        },
        {
            "start": 875140524,
            "stop": 875140573
        },
        {
            "start": 875140574,
            "stop": 875140579
        },
        {
            "start": 875140580,
            "stop": 875140616
        },
        {
            "start": 875140617,
            "stop": 875140641
        },
        {
            "start": 875140643,
            "stop": 875140658
        },
        {
            "start": 875140660,
            "stop": 875140661
        },
        {
            "start": 875140662,
            "stop": 875140691
        },
        {
            "start": 875140692,
            "stop": 875140722
        },
        {
            "start": 875140724,
            "stop": 875140796
        },
        {
            "start": 875140798,
            "stop": 875140816
        },
        {
            "start": 875140818,
            "stop": 875140829
        },
        {
            "start": 875140830,
            "stop": 875140879
        },
        {
            "start": 875140881,
            "stop": 875140893
        },
        {
            "start": 875140895,
            "stop": 875140906
        },
        {
            "start": 875140907,
            "stop": 875140923
        },
        {
            "start": 875140924,
            "stop": 875140956
        },
        {
            "start": 875140958,
            "stop": 875140984
        },
        {
            "start": 875140986,
            "stop": 875140999
        },
        {
            "start": 875141000,
            "stop": 875141020
        }
    ]
}