Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 212,
    "results": [
        {
            "start": 1259253476,
            "stop": 1259253480
        },
        {
            "start": 1259253486,
            "stop": 1259253554
        },
        {
            "start": 1259253557,
            "stop": 1259253570
        },
        {
            "start": 1259253573,
            "stop": 1259253601
        },
        {
            "start": 1259253610,
            "stop": 1259253614
        },
        {
            "start": 1259253616,
            "stop": 1259253651
        },
        {
            "start": 1259253657,
            "stop": 1259253689
        },
        {
            "start": 1259253692,
            "stop": 1259253696
        },
        {
            "start": 1259253699,
            "stop": 1259253810
        },
        {
            "start": 1259253816,
            "stop": 1259253822
        },
        {
            "start": 1259253825,
            "stop": 1259253846
        },
        {
            "start": 1259253852,
            "stop": 1259253859
        },
        {
            "start": 1259253871,
            "stop": 1259253894
        },
        {
            "start": 1259253897,
            "stop": 1259253906
        },
        {
            "start": 1259253909,
            "stop": 1259253932
        },
        {
            "start": 1259253935,
            "stop": 1259253996
        },
        {
            "start": 1259253999,
            "stop": 1259254001
        },
        {
            "start": 1259254004,
            "stop": 1259254036
        },
        {
            "start": 1259254039,
            "stop": 1259254042
        },
        {
            "start": 1259254045,
            "stop": 1259254053
        }
    ]
}