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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 48,
    "results": [
        {
            "start": 1129633206,
            "stop": 1129643770
        },
        {
            "start": 1129643778,
            "stop": 1129653569
        },
        {
            "start": 1129653576,
            "stop": 1129659023
        },
        {
            "start": 1129659030,
            "stop": 1129660397
        },
        {
            "start": 1129660414,
            "stop": 1129660577
        },
        {
            "start": 1129660585,
            "stop": 1129664913
        },
        {
            "start": 1129664920,
            "stop": 1129666138
        },
        {
            "start": 1129666145,
            "stop": 1129668754
        },
        {
            "start": 1129674847,
            "stop": 1129676608
        },
        {
            "start": 1129684877,
            "stop": 1129685741
        },
        {
            "start": 1129685749,
            "stop": 1129697726
        },
        {
            "start": 1129697734,
            "stop": 1129701783
        },
        {
            "start": 1129701790,
            "stop": 1129703993
        },
        {
            "start": 1129703994,
            "stop": 1129703995
        },
        {
            "start": 1129721697,
            "stop": 1129721722
        },
        {
            "start": 1129721723,
            "stop": 1129728248
        },
        {
            "start": 1129728249,
            "stop": 1129738033
        },
        {
            "start": 1129738034,
            "stop": 1129743392
        },
        {
            "start": 1129743399,
            "stop": 1129745054
        },
        {
            "start": 1129745061,
            "stop": 1129748613
        }
    ]
}