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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1912
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1913",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1911",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1912,
    "results": [
        {
            "start": 1251853660,
            "stop": 1251854655
        },
        {
            "start": 1251854658,
            "stop": 1251856768
        },
        {
            "start": 1251856776,
            "stop": 1251859184
        },
        {
            "start": 1251859255,
            "stop": 1251862756
        },
        {
            "start": 1251862759,
            "stop": 1251862763
        },
        {
            "start": 1251862766,
            "stop": 1251866453
        },
        {
            "start": 1251866461,
            "stop": 1251867085
        },
        {
            "start": 1251867088,
            "stop": 1251867599
        },
        {
            "start": 1251867602,
            "stop": 1251869603
        },
        {
            "start": 1251869606,
            "stop": 1251869979
        },
        {
            "start": 1251869980,
            "stop": 1251870064
        },
        {
            "start": 1251870067,
            "stop": 1251871906
        },
        {
            "start": 1251871914,
            "stop": 1251875180
        },
        {
            "start": 1251875183,
            "stop": 1251877349
        },
        {
            "start": 1251877352,
            "stop": 1251878361
        },
        {
            "start": 1251878364,
            "stop": 1251878467
        },
        {
            "start": 1251878470,
            "stop": 1251878892
        },
        {
            "start": 1251878895,
            "stop": 1251879357
        },
        {
            "start": 1251879360,
            "stop": 1251879689
        },
        {
            "start": 1251879697,
            "stop": 1251880903
        }
    ]
}