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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5330",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5328",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5329,
    "results": [
        {
            "start": 1137227773,
            "stop": 1137227781
        },
        {
            "start": 1137227783,
            "stop": 1137227791
        },
        {
            "start": 1137227793,
            "stop": 1137227838
        },
        {
            "start": 1137227840,
            "stop": 1137227847
        },
        {
            "start": 1137227849,
            "stop": 1137227887
        },
        {
            "start": 1137227889,
            "stop": 1137227915
        },
        {
            "start": 1137227919,
            "stop": 1137227933
        },
        {
            "start": 1137227934,
            "stop": 1137227950
        },
        {
            "start": 1137227954,
            "stop": 1137227976
        },
        {
            "start": 1137227978,
            "stop": 1137227979
        },
        {
            "start": 1137227981,
            "stop": 1137228014
        },
        {
            "start": 1137228016,
            "stop": 1137228034
        },
        {
            "start": 1137228036,
            "stop": 1137228039
        },
        {
            "start": 1137228041,
            "stop": 1137228053
        },
        {
            "start": 1137228054,
            "stop": 1137228073
        },
        {
            "start": 1137228075,
            "stop": 1137228079
        },
        {
            "start": 1137228080,
            "stop": 1137228105
        },
        {
            "start": 1137228106,
            "stop": 1137228108
        },
        {
            "start": 1137228110,
            "stop": 1137228122
        },
        {
            "start": 1137228123,
            "stop": 1137228127
        }
    ]
}