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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=101",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 102,
    "results": [
        {
            "start": 1175803024,
            "stop": 1175803106
        },
        {
            "start": 1175803109,
            "stop": 1175803121
        },
        {
            "start": 1175803122,
            "stop": 1175803124
        },
        {
            "start": 1175803126,
            "stop": 1175804234
        },
        {
            "start": 1175804240,
            "stop": 1175804431
        },
        {
            "start": 1175804432,
            "stop": 1175804612
        },
        {
            "start": 1175804615,
            "stop": 1175804616
        },
        {
            "start": 1175804617,
            "stop": 1175804987
        },
        {
            "start": 1175804992,
            "stop": 1175805737
        },
        {
            "start": 1175805738,
            "stop": 1175805740
        },
        {
            "start": 1175805741,
            "stop": 1175806861
        },
        {
            "start": 1175806862,
            "stop": 1175810141
        },
        {
            "start": 1175810142,
            "stop": 1175810319
        },
        {
            "start": 1175810320,
            "stop": 1175810497
        },
        {
            "start": 1175810498,
            "stop": 1175810702
        },
        {
            "start": 1175810704,
            "stop": 1175810712
        },
        {
            "start": 1175810718,
            "stop": 1175810720
        },
        {
            "start": 1175810722,
            "stop": 1175810723
        },
        {
            "start": 1175810724,
            "stop": 1175810734
        },
        {
            "start": 1175810735,
            "stop": 1175810763
        }
    ]
}