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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=503",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=501",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 502,
    "results": [
        {
            "start": 1262402562,
            "stop": 1262402623
        },
        {
            "start": 1262402626,
            "stop": 1262402684
        },
        {
            "start": 1262402687,
            "stop": 1262402721
        },
        {
            "start": 1262402724,
            "stop": 1262402771
        },
        {
            "start": 1262402774,
            "stop": 1262402814
        },
        {
            "start": 1262402817,
            "stop": 1262403198
        },
        {
            "start": 1262403201,
            "stop": 1262403349
        },
        {
            "start": 1262403352,
            "stop": 1262403722
        },
        {
            "start": 1262403725,
            "stop": 1262403832
        },
        {
            "start": 1262403835,
            "stop": 1262403846
        },
        {
            "start": 1262403850,
            "stop": 1262403967
        },
        {
            "start": 1262403971,
            "stop": 1262404611
        },
        {
            "start": 1262430737,
            "stop": 1262431950
        },
        {
            "start": 1262431952,
            "stop": 1262431954
        },
        {
            "start": 1262431955,
            "stop": 1262431956
        },
        {
            "start": 1262431958,
            "stop": 1262431960
        },
        {
            "start": 1262431961,
            "stop": 1262431964
        },
        {
            "start": 1262431965,
            "stop": 1262431968
        },
        {
            "start": 1262431969,
            "stop": 1262431980
        },
        {
            "start": 1262431981,
            "stop": 1262432487
        }
    ]
}