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=725
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=726",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=724",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 725,
    "results": [
        {
            "start": 1267187466,
            "stop": 1267191242
        },
        {
            "start": 1267191245,
            "stop": 1267192939
        },
        {
            "start": 1267192942,
            "stop": 1267193563
        },
        {
            "start": 1267193571,
            "stop": 1267195953
        },
        {
            "start": 1267195961,
            "stop": 1267197570
        },
        {
            "start": 1267197573,
            "stop": 1267200015
        },
        {
            "start": 1267200018,
            "stop": 1267201282
        },
        {
            "start": 1267201285,
            "stop": 1267203271
        },
        {
            "start": 1267203274,
            "stop": 1267203706
        },
        {
            "start": 1267203709,
            "stop": 1267205092
        },
        {
            "start": 1267205095,
            "stop": 1267207566
        },
        {
            "start": 1267207569,
            "stop": 1267208590
        },
        {
            "start": 1267208593,
            "stop": 1267208655
        },
        {
            "start": 1267208658,
            "stop": 1267210813
        },
        {
            "start": 1267216923,
            "stop": 1267218532
        },
        {
            "start": 1267218535,
            "stop": 1267218537
        },
        {
            "start": 1267218540,
            "stop": 1267219161
        },
        {
            "start": 1267219163,
            "stop": 1267219195
        },
        {
            "start": 1267219198,
            "stop": 1267219243
        },
        {
            "start": 1267219246,
            "stop": 1267220844
        }
    ]
}