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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=109",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 110,
    "results": [
        {
            "start": 1175914269,
            "stop": 1175914295
        },
        {
            "start": 1175914297,
            "stop": 1175914334
        },
        {
            "start": 1175914335,
            "stop": 1175914341
        },
        {
            "start": 1175914342,
            "stop": 1175914354
        },
        {
            "start": 1175914355,
            "stop": 1175914485
        },
        {
            "start": 1175914486,
            "stop": 1175914529
        },
        {
            "start": 1175914530,
            "stop": 1175914539
        },
        {
            "start": 1175914540,
            "stop": 1175914630
        },
        {
            "start": 1175914632,
            "stop": 1175914672
        },
        {
            "start": 1175914673,
            "stop": 1175914732
        },
        {
            "start": 1175914733,
            "stop": 1175914858
        },
        {
            "start": 1175914859,
            "stop": 1175914879
        },
        {
            "start": 1175914882,
            "stop": 1175915376
        },
        {
            "start": 1175915377,
            "stop": 1175917432
        },
        {
            "start": 1175917433,
            "stop": 1175917598
        },
        {
            "start": 1175917599,
            "stop": 1175917618
        },
        {
            "start": 1175917619,
            "stop": 1175919690
        },
        {
            "start": 1175919694,
            "stop": 1175919941
        },
        {
            "start": 1175919942,
            "stop": 1175920863
        },
        {
            "start": 1175924117,
            "stop": 1175925000
        }
    ]
}