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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=179",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 180,
    "results": [
        {
            "start": 932807619,
            "stop": 932807853
        },
        {
            "start": 932810102,
            "stop": 932810357
        },
        {
            "start": 932810359,
            "stop": 932810415
        },
        {
            "start": 932810784,
            "stop": 932810904
        },
        {
            "start": 932810964,
            "stop": 932811324
        },
        {
            "start": 932811384,
            "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
        },
        {
            "start": 932817975,
            "stop": 932821215
        }
    ]
}