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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=109",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 110,
    "results": [
        {
            "start": 931539444,
            "stop": 931539453
        },
        {
            "start": 931539459,
            "stop": 931539461
        },
        {
            "start": 931539470,
            "stop": 931539475
        },
        {
            "start": 931539480,
            "stop": 931539498
        },
        {
            "start": 931539512,
            "stop": 931539515
        },
        {
            "start": 931539521,
            "stop": 931539535
        },
        {
            "start": 931539541,
            "stop": 931539542
        },
        {
            "start": 931539547,
            "stop": 931539548
        },
        {
            "start": 931539555,
            "stop": 931539563
        },
        {
            "start": 931539569,
            "stop": 931539577
        },
        {
            "start": 931539582,
            "stop": 931539602
        },
        {
            "start": 931539612,
            "stop": 931539614
        },
        {
            "start": 931539619,
            "stop": 931539680
        },
        {
            "start": 931539685,
            "stop": 931539692
        },
        {
            "start": 931539698,
            "stop": 931539731
        },
        {
            "start": 931539737,
            "stop": 931539803
        },
        {
            "start": 931539808,
            "stop": 931539828
        },
        {
            "start": 931539836,
            "stop": 931539856
        },
        {
            "start": 931539862,
            "stop": 931539875
        },
        {
            "start": 931539884,
            "stop": 931539895
        }
    ]
}