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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=328",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 329,
    "results": [
        {
            "start": 1181898049,
            "stop": 1181900222
        },
        {
            "start": 1181900223,
            "stop": 1181902247
        },
        {
            "start": 1181902248,
            "stop": 1181903984
        },
        {
            "start": 1181903985,
            "stop": 1181906147
        },
        {
            "start": 1181906148,
            "stop": 1181908221
        },
        {
            "start": 1181908222,
            "stop": 1181909722
        },
        {
            "start": 1181911831,
            "stop": 1181911837
        },
        {
            "start": 1181911838,
            "stop": 1181913215
        },
        {
            "start": 1181913216,
            "stop": 1181913582
        },
        {
            "start": 1181913584,
            "stop": 1181914019
        },
        {
            "start": 1181914020,
            "stop": 1181916163
        },
        {
            "start": 1181916164,
            "stop": 1181919707
        },
        {
            "start": 1181919708,
            "stop": 1181921733
        },
        {
            "start": 1181921734,
            "stop": 1181922055
        },
        {
            "start": 1181922061,
            "stop": 1181922062
        },
        {
            "start": 1181922064,
            "stop": 1181922067
        },
        {
            "start": 1181922068,
            "stop": 1181923095
        },
        {
            "start": 1181923096,
            "stop": 1181925929
        },
        {
            "start": 1181925931,
            "stop": 1181928956
        },
        {
            "start": 1181953924,
            "stop": 1181960591
        }
    ]
}