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=669
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=670",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=668",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 669,
    "results": [
        {
            "start": 1264865032,
            "stop": 1264866326
        },
        {
            "start": 1264897151,
            "stop": 1264899142
        },
        {
            "start": 1264899150,
            "stop": 1264901358
        },
        {
            "start": 1264901361,
            "stop": 1264901816
        },
        {
            "start": 1264901820,
            "stop": 1264903524
        },
        {
            "start": 1264903527,
            "stop": 1264904061
        },
        {
            "start": 1264908177,
            "stop": 1264909614
        },
        {
            "start": 1264909617,
            "stop": 1264913639
        },
        {
            "start": 1264913647,
            "stop": 1264914771
        },
        {
            "start": 1264914774,
            "stop": 1264918067
        },
        {
            "start": 1264918070,
            "stop": 1264919146
        },
        {
            "start": 1264919149,
            "stop": 1264920975
        },
        {
            "start": 1264920983,
            "stop": 1264924321
        },
        {
            "start": 1264924324,
            "stop": 1264924544
        },
        {
            "start": 1264924547,
            "stop": 1264925693
        },
        {
            "start": 1264925696,
            "stop": 1264927551
        },
        {
            "start": 1264927554,
            "stop": 1264931493
        },
        {
            "start": 1264931496,
            "stop": 1264932118
        },
        {
            "start": 1264932121,
            "stop": 1264932936
        },
        {
            "start": 1264932939,
            "stop": 1264934038
        }
    ]
}