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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 31,
    "results": [
        {
            "start": 1370404080,
            "stop": 1370407267
        },
        {
            "start": 1370407272,
            "stop": 1370409014
        },
        {
            "start": 1370409019,
            "stop": 1370409847
        },
        {
            "start": 1370409851,
            "stop": 1370410864
        },
        {
            "start": 1370410869,
            "stop": 1370411132
        },
        {
            "start": 1370411137,
            "stop": 1370411151
        },
        {
            "start": 1370411156,
            "stop": 1370411655
        },
        {
            "start": 1370411660,
            "stop": 1370411985
        },
        {
            "start": 1370411990,
            "stop": 1370415233
        },
        {
            "start": 1370415238,
            "stop": 1370415251
        },
        {
            "start": 1370421494,
            "stop": 1370422935
        },
        {
            "start": 1370422940,
            "stop": 1370425601
        },
        {
            "start": 1370425606,
            "stop": 1370428225
        },
        {
            "start": 1370428230,
            "stop": 1370431515
        },
        {
            "start": 1370431520,
            "stop": 1370439637
        },
        {
            "start": 1370439642,
            "stop": 1370445137
        },
        {
            "start": 1370445140,
            "stop": 1370451610
        },
        {
            "start": 1370451615,
            "stop": 1370453500
        },
        {
            "start": 1370453505,
            "stop": 1370453892
        },
        {
            "start": 1370453897,
            "stop": 1370455329
        }
    ]
}