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=426
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=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=425",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 426,
    "results": [
        {
            "start": 827171406,
            "stop": 827171568
        },
        {
            "start": 827171576,
            "stop": 827171738
        },
        {
            "start": 827171751,
            "stop": 827171871
        },
        {
            "start": 827171878,
            "stop": 827171990
        },
        {
            "start": 827172130,
            "stop": 827172172
        },
        {
            "start": 827172186,
            "stop": 827172248
        },
        {
            "start": 827172258,
            "stop": 827172288
        },
        {
            "start": 827172295,
            "stop": 827172576
        },
        {
            "start": 827172583,
            "stop": 827172732
        },
        {
            "start": 827172746,
            "stop": 827172769
        },
        {
            "start": 827172781,
            "stop": 827172810
        },
        {
            "start": 827172817,
            "stop": 827172895
        },
        {
            "start": 827172903,
            "stop": 827172947
        },
        {
            "start": 827172959,
            "stop": 827173296
        },
        {
            "start": 827173303,
            "stop": 827173346
        },
        {
            "start": 827173353,
            "stop": 827173444
        },
        {
            "start": 827173451,
            "stop": 827173475
        },
        {
            "start": 827173482,
            "stop": 827173491
        },
        {
            "start": 827173503,
            "stop": 827173513
        },
        {
            "start": 827173520,
            "stop": 827173523
        }
    ]
}