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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=219",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 220,
    "results": [
        {
            "start": 820498837,
            "stop": 820498876
        },
        {
            "start": 820498884,
            "stop": 820499472
        },
        {
            "start": 820499479,
            "stop": 820499707
        },
        {
            "start": 820499714,
            "stop": 820500110
        },
        {
            "start": 820500117,
            "stop": 820500146
        },
        {
            "start": 820500160,
            "stop": 820501109
        },
        {
            "start": 820501116,
            "stop": 820501517
        },
        {
            "start": 820501524,
            "stop": 820502121
        },
        {
            "start": 820502135,
            "stop": 820502701
        },
        {
            "start": 820502708,
            "stop": 820502741
        },
        {
            "start": 820502745,
            "stop": 820503098
        },
        {
            "start": 820503105,
            "stop": 820503162
        },
        {
            "start": 820503169,
            "stop": 820503701
        },
        {
            "start": 820503708,
            "stop": 820504047
        },
        {
            "start": 820504055,
            "stop": 820504489
        },
        {
            "start": 820504496,
            "stop": 820504912
        },
        {
            "start": 820504920,
            "stop": 820504984
        },
        {
            "start": 820504997,
            "stop": 820505110
        },
        {
            "start": 820505117,
            "stop": 820505389
        },
        {
            "start": 820505396,
            "stop": 820505440
        }
    ]
}