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=658
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=659",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=657",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 658,
    "results": [
        {
            "start": 1264505658,
            "stop": 1264506267
        },
        {
            "start": 1264506270,
            "stop": 1264506367
        },
        {
            "start": 1264506369,
            "stop": 1264506396
        },
        {
            "start": 1264506397,
            "stop": 1264509268
        },
        {
            "start": 1264509271,
            "stop": 1264509723
        },
        {
            "start": 1264509731,
            "stop": 1264511993
        },
        {
            "start": 1264511995,
            "stop": 1264512350
        },
        {
            "start": 1264512353,
            "stop": 1264512579
        },
        {
            "start": 1264512581,
            "stop": 1264513054
        },
        {
            "start": 1264513055,
            "stop": 1264513060
        },
        {
            "start": 1264513062,
            "stop": 1264515371
        },
        {
            "start": 1264515374,
            "stop": 1264515793
        },
        {
            "start": 1264515801,
            "stop": 1264516016
        },
        {
            "start": 1264516024,
            "stop": 1264521021
        },
        {
            "start": 1264521024,
            "stop": 1264521216
        },
        {
            "start": 1264521591,
            "stop": 1264523047
        },
        {
            "start": 1264523055,
            "stop": 1264523549
        },
        {
            "start": 1264523552,
            "stop": 1264525004
        },
        {
            "start": 1264525007,
            "stop": 1264525424
        },
        {
            "start": 1264525427,
            "stop": 1264526137
        }
    ]
}