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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 84,
    "results": [
        {
            "start": 1410742060,
            "stop": 1410742546
        },
        {
            "start": 1410742549,
            "stop": 1410751449
        },
        {
            "start": 1410751452,
            "stop": 1410753088
        },
        {
            "start": 1410753093,
            "stop": 1410755344
        },
        {
            "start": 1410755349,
            "stop": 1410768736
        },
        {
            "start": 1410772414,
            "stop": 1410778287
        },
        {
            "start": 1410782245,
            "stop": 1410784975
        },
        {
            "start": 1410784980,
            "stop": 1410794164
        },
        {
            "start": 1410794169,
            "stop": 1410795019
        },
        {
            "start": 1410809045,
            "stop": 1410810803
        },
        {
            "start": 1410815241,
            "stop": 1410817158
        },
        {
            "start": 1410817168,
            "stop": 1410818528
        },
        {
            "start": 1410821979,
            "stop": 1410823420
        },
        {
            "start": 1410823425,
            "stop": 1410824024
        },
        {
            "start": 1410824205,
            "stop": 1410830391
        },
        {
            "start": 1410830395,
            "stop": 1410833801
        },
        {
            "start": 1410833806,
            "stop": 1410839477
        },
        {
            "start": 1410839482,
            "stop": 1410839484
        },
        {
            "start": 1410839489,
            "stop": 1410839607
        },
        {
            "start": 1410843019,
            "stop": 1410845306
        }
    ]
}