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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=294",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 295,
    "results": [
        {
            "start": 858375708,
            "stop": 858376143
        },
        {
            "start": 858377319,
            "stop": 858377490
        },
        {
            "start": 858377670,
            "stop": 858377799
        },
        {
            "start": 858377909,
            "stop": 858377910
        },
        {
            "start": 858378451,
            "stop": 858380070
        },
        {
            "start": 858380130,
            "stop": 858380430
        },
        {
            "start": 858380490,
            "stop": 858380550
        },
        {
            "start": 858380610,
            "stop": 858380730
        },
        {
            "start": 858380790,
            "stop": 858381750
        },
        {
            "start": 858381810,
            "stop": 858390065
        },
        {
            "start": 858391298,
            "stop": 858422310
        },
        {
            "start": 858422370,
            "stop": 858426270
        },
        {
            "start": 858426330,
            "stop": 858427350
        },
        {
            "start": 858427470,
            "stop": 858428993
        },
        {
            "start": 858429408,
            "stop": 858430950
        },
        {
            "start": 858431010,
            "stop": 858435115
        },
        {
            "start": 858435132,
            "stop": 858435417
        },
        {
            "start": 858435440,
            "stop": 858436377
        },
        {
            "start": 858436480,
            "stop": 858436590
        },
        {
            "start": 858436650,
            "stop": 858437610
        }
    ]
}