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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=196",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 197,
    "results": [
        {
            "start": 1176963013,
            "stop": 1176963049
        },
        {
            "start": 1176963051,
            "stop": 1176963054
        },
        {
            "start": 1176963056,
            "stop": 1176963057
        },
        {
            "start": 1176963059,
            "stop": 1176963061
        },
        {
            "start": 1176963064,
            "stop": 1176963068
        },
        {
            "start": 1176963071,
            "stop": 1176963073
        },
        {
            "start": 1176963078,
            "stop": 1176963082
        },
        {
            "start": 1176963083,
            "stop": 1176963084
        },
        {
            "start": 1176963085,
            "stop": 1176963086
        },
        {
            "start": 1176963087,
            "stop": 1176963089
        },
        {
            "start": 1176963092,
            "stop": 1176963093
        },
        {
            "start": 1176963094,
            "stop": 1176963095
        },
        {
            "start": 1176963109,
            "stop": 1176963116
        },
        {
            "start": 1176963118,
            "stop": 1176963136
        },
        {
            "start": 1176963137,
            "stop": 1176963147
        },
        {
            "start": 1176963148,
            "stop": 1176963149
        },
        {
            "start": 1176963153,
            "stop": 1176963154
        },
        {
            "start": 1176963155,
            "stop": 1176963156
        },
        {
            "start": 1176963157,
            "stop": 1176963218
        },
        {
            "start": 1176963222,
            "stop": 1176963223
        }
    ]
}