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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 69,
    "results": [
        {
            "start": 931341833,
            "stop": 931342128
        },
        {
            "start": 931342130,
            "stop": 931342960
        },
        {
            "start": 931342962,
            "stop": 931343497
        },
        {
            "start": 931343498,
            "stop": 931343691
        },
        {
            "start": 931343693,
            "stop": 931343729
        },
        {
            "start": 931343731,
            "stop": 931344374
        },
        {
            "start": 931344376,
            "stop": 931344380
        },
        {
            "start": 931344382,
            "stop": 931344384
        },
        {
            "start": 931344386,
            "stop": 931344424
        },
        {
            "start": 931344428,
            "stop": 931344429
        },
        {
            "start": 931344430,
            "stop": 931344432
        },
        {
            "start": 931344435,
            "stop": 931344446
        },
        {
            "start": 931344448,
            "stop": 931344451
        },
        {
            "start": 931344453,
            "stop": 931344465
        },
        {
            "start": 931344467,
            "stop": 931344485
        },
        {
            "start": 931344486,
            "stop": 931344637
        },
        {
            "start": 931344639,
            "stop": 931344643
        },
        {
            "start": 931344645,
            "stop": 931344863
        },
        {
            "start": 931344864,
            "stop": 931344885
        },
        {
            "start": 931344887,
            "stop": 931344930
        }
    ]
}