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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=94",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 95,
    "results": [
        {
            "start": 825607586,
            "stop": 825609390
        },
        {
            "start": 825610395,
            "stop": 825610681
        },
        {
            "start": 825610791,
            "stop": 825611447
        },
        {
            "start": 825611747,
            "stop": 825615025
        },
        {
            "start": 825617321,
            "stop": 825645178
        },
        {
            "start": 825645180,
            "stop": 825654162
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825696073
        },
        {
            "start": 825696106,
            "stop": 825696108
        },
        {
            "start": 825697158,
            "stop": 825697374
        },
        {
            "start": 825697484,
            "stop": 825699093
        },
        {
            "start": 825699393,
            "stop": 825700112
        },
        {
            "start": 825700115,
            "stop": 825701643
        },
        {
            "start": 825701647,
            "stop": 825702880
        },
        {
            "start": 825702990,
            "stop": 825703936
        },
        {
            "start": 825704236,
            "stop": 825711345
        },
        {
            "start": 825711455,
            "stop": 825711567
        },
        {
            "start": 825711867,
            "stop": 825712020
        },
        {
            "start": 825712130,
            "stop": 825712188
        },
        {
            "start": 825712488,
            "stop": 825714000
        }
    ]
}