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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=126",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 127,
    "results": [
        {
            "start": 820036836,
            "stop": 820036935
        },
        {
            "start": 820036942,
            "stop": 820037505
        },
        {
            "start": 820037512,
            "stop": 820038105
        },
        {
            "start": 820038112,
            "stop": 820038118
        },
        {
            "start": 820038125,
            "stop": 820038428
        },
        {
            "start": 820038436,
            "stop": 820038447
        },
        {
            "start": 820038454,
            "stop": 820038787
        },
        {
            "start": 820038794,
            "stop": 820039653
        },
        {
            "start": 820039661,
            "stop": 820040141
        },
        {
            "start": 820040148,
            "stop": 820040559
        },
        {
            "start": 820040566,
            "stop": 820040872
        },
        {
            "start": 820040880,
            "stop": 820041042
        },
        {
            "start": 820041049,
            "stop": 820041774
        },
        {
            "start": 820041782,
            "stop": 820041836
        },
        {
            "start": 820041844,
            "stop": 820042437
        },
        {
            "start": 820042452,
            "stop": 820043461
        },
        {
            "start": 820043468,
            "stop": 820044589
        },
        {
            "start": 820044596,
            "stop": 820045230
        },
        {
            "start": 820045237,
            "stop": 820045695
        },
        {
            "start": 820045702,
            "stop": 820047293
        }
    ]
}