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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=282",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 283,
    "results": [
        {
            "start": 1181102302,
            "stop": 1181102351
        },
        {
            "start": 1181102352,
            "stop": 1181102394
        },
        {
            "start": 1181102395,
            "stop": 1181104168
        },
        {
            "start": 1181104169,
            "stop": 1181105792
        },
        {
            "start": 1181105793,
            "stop": 1181106023
        },
        {
            "start": 1181106024,
            "stop": 1181107883
        },
        {
            "start": 1181107884,
            "stop": 1181108827
        },
        {
            "start": 1181108830,
            "stop": 1181110767
        },
        {
            "start": 1181110768,
            "stop": 1181112784
        },
        {
            "start": 1181112785,
            "stop": 1181114887
        },
        {
            "start": 1181114888,
            "stop": 1181115085
        },
        {
            "start": 1181115086,
            "stop": 1181115094
        },
        {
            "start": 1181115096,
            "stop": 1181116253
        },
        {
            "start": 1181116255,
            "stop": 1181116872
        },
        {
            "start": 1181116873,
            "stop": 1181116882
        },
        {
            "start": 1181116883,
            "stop": 1181116885
        },
        {
            "start": 1181116886,
            "stop": 1181117071
        },
        {
            "start": 1181117074,
            "stop": 1181117137
        },
        {
            "start": 1181117138,
            "stop": 1181117140
        },
        {
            "start": 1181117141,
            "stop": 1181117156
        }
    ]
}