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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=314",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 315,
    "results": [
        {
            "start": 822565864,
            "stop": 822565929
        },
        {
            "start": 822565932,
            "stop": 822566340
        },
        {
            "start": 822566400,
            "stop": 822566524
        },
        {
            "start": 822566527,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822566985
        },
        {
            "start": 822568101,
            "stop": 822568393
        },
        {
            "start": 822568396,
            "stop": 822568689
        },
        {
            "start": 822570012,
            "stop": 822571930
        },
        {
            "start": 822572043,
            "stop": 822572905
        },
        {
            "start": 822572908,
            "stop": 822573587
        },
        {
            "start": 822573590,
            "stop": 822576293
        },
        {
            "start": 822577621,
            "stop": 822578674
        },
        {
            "start": 822579257,
            "stop": 822579812
        },
        {
            "start": 822580112,
            "stop": 822582469
        },
        {
            "start": 822582472,
            "stop": 822582624
        },
        {
            "start": 822582628,
            "stop": 822583712
        },
        {
            "start": 822583716,
            "stop": 822583914
        },
        {
            "start": 822584214,
            "stop": 822597414
        },
        {
            "start": 822597627,
            "stop": 822598111
        }
    ]
}