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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=220",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 221,
    "results": [
        {
            "start": 1136416293,
            "stop": 1136416590
        },
        {
            "start": 1136416594,
            "stop": 1136416661
        },
        {
            "start": 1136416664,
            "stop": 1136416706
        },
        {
            "start": 1136416710,
            "stop": 1136416820
        },
        {
            "start": 1136416824,
            "stop": 1136416861
        },
        {
            "start": 1136416864,
            "stop": 1136416900
        },
        {
            "start": 1136416903,
            "stop": 1136417013
        },
        {
            "start": 1136417016,
            "stop": 1136417162
        },
        {
            "start": 1136417171,
            "stop": 1136417194
        },
        {
            "start": 1136417197,
            "stop": 1136417298
        },
        {
            "start": 1136417302,
            "stop": 1136417680
        },
        {
            "start": 1136417684,
            "stop": 1136417691
        },
        {
            "start": 1136417695,
            "stop": 1136417999
        },
        {
            "start": 1136418003,
            "stop": 1136418006
        },
        {
            "start": 1136418009,
            "stop": 1136418011
        },
        {
            "start": 1136418014,
            "stop": 1136418042
        },
        {
            "start": 1136418045,
            "stop": 1136418193
        },
        {
            "start": 1136418197,
            "stop": 1136418441
        },
        {
            "start": 1136418444,
            "stop": 1136418447
        },
        {
            "start": 1136418451,
            "stop": 1136418827
        }
    ]
}