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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 57,
    "results": [
        {
            "start": 1258090326,
            "stop": 1258090586
        },
        {
            "start": 1258090590,
            "stop": 1258090865
        },
        {
            "start": 1258090869,
            "stop": 1258091851
        },
        {
            "start": 1258091854,
            "stop": 1258092990
        },
        {
            "start": 1258092994,
            "stop": 1258093471
        },
        {
            "start": 1258093476,
            "stop": 1258096367
        },
        {
            "start": 1258096371,
            "stop": 1258097628
        },
        {
            "start": 1258097630,
            "stop": 1258097676
        },
        {
            "start": 1258097678,
            "stop": 1258100967
        },
        {
            "start": 1258100970,
            "stop": 1258103714
        },
        {
            "start": 1258103719,
            "stop": 1258103952
        },
        {
            "start": 1258103960,
            "stop": 1258106331
        },
        {
            "start": 1258106335,
            "stop": 1258110327
        },
        {
            "start": 1258111092,
            "stop": 1258111144
        },
        {
            "start": 1258111146,
            "stop": 1258111166
        },
        {
            "start": 1258111167,
            "stop": 1258111168
        },
        {
            "start": 1258111169,
            "stop": 1258111175
        },
        {
            "start": 1258111177,
            "stop": 1258111178
        },
        {
            "start": 1258111181,
            "stop": 1258111182
        },
        {
            "start": 1258111183,
            "stop": 1258111185
        }
    ]
}