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=8024
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=8025",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8023",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8024,
    "results": [
        {
            "start": 970406538,
            "stop": 970406544
        },
        {
            "start": 970406547,
            "stop": 970406598
        },
        {
            "start": 970406601,
            "stop": 970406611
        },
        {
            "start": 970406614,
            "stop": 970406621
        },
        {
            "start": 970406627,
            "stop": 970406635
        },
        {
            "start": 970406638,
            "stop": 970406649
        },
        {
            "start": 970406652,
            "stop": 970406660
        },
        {
            "start": 970406675,
            "stop": 970406685
        },
        {
            "start": 970406700,
            "stop": 970406739
        },
        {
            "start": 970406742,
            "stop": 970406743
        },
        {
            "start": 970406748,
            "stop": 970406759
        },
        {
            "start": 970406765,
            "stop": 970406771
        },
        {
            "start": 970406774,
            "stop": 970406777
        },
        {
            "start": 970406780,
            "stop": 970406783
        },
        {
            "start": 970406786,
            "stop": 970406820
        },
        {
            "start": 970406823,
            "stop": 970406843
        },
        {
            "start": 970406846,
            "stop": 970406870
        },
        {
            "start": 970406873,
            "stop": 970406883
        },
        {
            "start": 970406886,
            "stop": 970406906
        },
        {
            "start": 970406909,
            "stop": 970406911
        }
    ]
}