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=40816
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=40817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40815",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40816,
    "results": [
        {
            "start": 875032524,
            "stop": 875032535
        },
        {
            "start": 875032536,
            "stop": 875032549
        },
        {
            "start": 875032551,
            "stop": 875032594
        },
        {
            "start": 875032595,
            "stop": 875032609
        },
        {
            "start": 875032610,
            "stop": 875032616
        },
        {
            "start": 875032617,
            "stop": 875032646
        },
        {
            "start": 875032647,
            "stop": 875032704
        },
        {
            "start": 875032706,
            "stop": 875032741
        },
        {
            "start": 875032743,
            "stop": 875032767
        },
        {
            "start": 875032769,
            "stop": 875032836
        },
        {
            "start": 875032839,
            "stop": 875032859
        },
        {
            "start": 875032861,
            "stop": 875032867
        },
        {
            "start": 875032871,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032889,
            "stop": 875032905
        },
        {
            "start": 875032907,
            "stop": 875032912
        },
        {
            "start": 875032913,
            "stop": 875032919
        },
        {
            "start": 875032920,
            "stop": 875032926
        },
        {
            "start": 875032928,
            "stop": 875032933
        },
        {
            "start": 875032935,
            "stop": 875032977
        }
    ]
}