Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 146,
    "results": [
        {
            "start": 1258355999,
            "stop": 1258356937
        },
        {
            "start": 1258356939,
            "stop": 1258358326
        },
        {
            "start": 1258358329,
            "stop": 1258360033
        },
        {
            "start": 1258360037,
            "stop": 1258363743
        },
        {
            "start": 1258363746,
            "stop": 1258364855
        },
        {
            "start": 1258364858,
            "stop": 1258365750
        },
        {
            "start": 1258365753,
            "stop": 1258365886
        },
        {
            "start": 1258365889,
            "stop": 1258367976
        },
        {
            "start": 1258367980,
            "stop": 1258369351
        },
        {
            "start": 1258369354,
            "stop": 1258369968
        },
        {
            "start": 1258369971,
            "stop": 1258371847
        },
        {
            "start": 1258371850,
            "stop": 1258375458
        },
        {
            "start": 1258375461,
            "stop": 1258376447
        },
        {
            "start": 1258376455,
            "stop": 1258379387
        },
        {
            "start": 1258379390,
            "stop": 1258383038
        },
        {
            "start": 1258383039,
            "stop": 1258385815
        },
        {
            "start": 1258385818,
            "stop": 1258385830
        },
        {
            "start": 1258385833,
            "stop": 1258388236
        },
        {
            "start": 1258388238,
            "stop": 1258390901
        },
        {
            "start": 1258390904,
            "stop": 1258392672
        }
    ]
}