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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=185",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 186,
    "results": [
        {
            "start": 932806203,
            "stop": 932806564
        },
        {
            "start": 932806566,
            "stop": 932806815
        },
        {
            "start": 932807175,
            "stop": 932807617
        },
        {
            "start": 932807619,
            "stop": 932807958
        },
        {
            "start": 932810102,
            "stop": 932810357
        },
        {
            "start": 932810359,
            "stop": 932810415
        },
        {
            "start": 932810775,
            "stop": 932811706
        },
        {
            "start": 932811708,
            "stop": 932814015
        },
        {
            "start": 932814375,
            "stop": 932814556
        },
        {
            "start": 932814560,
            "stop": 932814587
        },
        {
            "start": 932814590,
            "stop": 932814616
        },
        {
            "start": 932814619,
            "stop": 932814706
        },
        {
            "start": 932814709,
            "stop": 932814721
        },
        {
            "start": 932814724,
            "stop": 932814871
        },
        {
            "start": 932814874,
            "stop": 932814976
        },
        {
            "start": 932814979,
            "stop": 932815007
        },
        {
            "start": 932815009,
            "stop": 932815022
        },
        {
            "start": 932815025,
            "stop": 932815051
        },
        {
            "start": 932815055,
            "stop": 932815097
        },
        {
            "start": 932815099,
            "stop": 932817615
        }
    ]
}