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=5156
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=5157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5155",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5156,
    "results": [
        {
            "start": 1136997052,
            "stop": 1136997055
        },
        {
            "start": 1136997057,
            "stop": 1136997075
        },
        {
            "start": 1136997079,
            "stop": 1136997086
        },
        {
            "start": 1136997087,
            "stop": 1136997101
        },
        {
            "start": 1136997103,
            "stop": 1136997108
        },
        {
            "start": 1136997111,
            "stop": 1136997128
        },
        {
            "start": 1136997131,
            "stop": 1136997135
        },
        {
            "start": 1136997137,
            "stop": 1136997187
        },
        {
            "start": 1136997189,
            "stop": 1136997215
        },
        {
            "start": 1136997217,
            "stop": 1136997228
        },
        {
            "start": 1136997229,
            "stop": 1136997233
        },
        {
            "start": 1136997235,
            "stop": 1136997240
        },
        {
            "start": 1136997242,
            "stop": 1136997287
        },
        {
            "start": 1136997289,
            "stop": 1136997300
        },
        {
            "start": 1136997302,
            "stop": 1136997304
        },
        {
            "start": 1136997306,
            "stop": 1136997310
        },
        {
            "start": 1136997312,
            "stop": 1136997321
        },
        {
            "start": 1136997323,
            "stop": 1136997331
        },
        {
            "start": 1136997333,
            "stop": 1136997347
        },
        {
            "start": 1136997348,
            "stop": 1136997349
        }
    ]
}