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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=988",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=986",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 987,
    "results": [
        {
            "start": 1251811783,
            "stop": 1251811787
        },
        {
            "start": 1251811792,
            "stop": 1251813516
        },
        {
            "start": 1251813521,
            "stop": 1251813595
        },
        {
            "start": 1251813599,
            "stop": 1251813722
        },
        {
            "start": 1251813725,
            "stop": 1251814828
        },
        {
            "start": 1251814833,
            "stop": 1251815388
        },
        {
            "start": 1251815390,
            "stop": 1251815392
        },
        {
            "start": 1251815397,
            "stop": 1251816792
        },
        {
            "start": 1251816795,
            "stop": 1251817117
        },
        {
            "start": 1251817122,
            "stop": 1251817638
        },
        {
            "start": 1251817643,
            "stop": 1251817802
        },
        {
            "start": 1251817807,
            "stop": 1251817880
        },
        {
            "start": 1251817885,
            "stop": 1251817917
        },
        {
            "start": 1251817922,
            "stop": 1251817926
        },
        {
            "start": 1251817931,
            "stop": 1251818095
        },
        {
            "start": 1251818098,
            "stop": 1251818117
        },
        {
            "start": 1251818121,
            "stop": 1251818214
        },
        {
            "start": 1251818219,
            "stop": 1251818249
        },
        {
            "start": 1251818253,
            "stop": 1251818255
        },
        {
            "start": 1251818260,
            "stop": 1251818264
        }
    ]
}