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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=291",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 292,
    "results": [
        {
            "start": 1181239846,
            "stop": 1181243203
        },
        {
            "start": 1181243204,
            "stop": 1181245474
        },
        {
            "start": 1181245475,
            "stop": 1181247455
        },
        {
            "start": 1181247457,
            "stop": 1181249827
        },
        {
            "start": 1181249828,
            "stop": 1181260533
        },
        {
            "start": 1181260534,
            "stop": 1181260684
        },
        {
            "start": 1181260686,
            "stop": 1181263758
        },
        {
            "start": 1181263759,
            "stop": 1181264999
        },
        {
            "start": 1181265001,
            "stop": 1181265980
        },
        {
            "start": 1181265981,
            "stop": 1181266140
        },
        {
            "start": 1181266142,
            "stop": 1181266269
        },
        {
            "start": 1181266270,
            "stop": 1181266298
        },
        {
            "start": 1181266299,
            "stop": 1181266392
        },
        {
            "start": 1181266393,
            "stop": 1181266407
        },
        {
            "start": 1181266409,
            "stop": 1181266739
        },
        {
            "start": 1181266740,
            "stop": 1181266903
        },
        {
            "start": 1181266904,
            "stop": 1181267179
        },
        {
            "start": 1181267180,
            "stop": 1181267669
        },
        {
            "start": 1181267670,
            "stop": 1181267671
        },
        {
            "start": 1181267672,
            "stop": 1181268187
        }
    ]
}