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=2352
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=2353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2351",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2352,
    "results": [
        {
            "start": 872127511,
            "stop": 872127565
        },
        {
            "start": 872127572,
            "stop": 872127660
        },
        {
            "start": 872127744,
            "stop": 872127767
        },
        {
            "start": 872127786,
            "stop": 872128031
        },
        {
            "start": 872128057,
            "stop": 872128140
        },
        {
            "start": 872128320,
            "stop": 872128449
        },
        {
            "start": 872128466,
            "stop": 872128528
        },
        {
            "start": 872128549,
            "stop": 872128557
        },
        {
            "start": 872128620,
            "stop": 872128623
        },
        {
            "start": 872128658,
            "stop": 872128679
        },
        {
            "start": 872129480,
            "stop": 872129555
        },
        {
            "start": 872129563,
            "stop": 872129565
        },
        {
            "start": 872129574,
            "stop": 872129580
        },
        {
            "start": 872129828,
            "stop": 872129829
        },
        {
            "start": 872130812,
            "stop": 872130892
        },
        {
            "start": 872130913,
            "stop": 872130994
        },
        {
            "start": 872131005,
            "stop": 872131020
        },
        {
            "start": 872131143,
            "stop": 872131261
        },
        {
            "start": 872131287,
            "stop": 872131304
        },
        {
            "start": 872131386,
            "stop": 872131391
        }
    ]
}