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=2369
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=2370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2368",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2369,
    "results": [
        {
            "start": 872450217,
            "stop": 872450630
        },
        {
            "start": 872450830,
            "stop": 872450896
        },
        {
            "start": 872450940,
            "stop": 872450942
        },
        {
            "start": 872450980,
            "stop": 872451720
        },
        {
            "start": 872451817,
            "stop": 872451932
        },
        {
            "start": 872451989,
            "stop": 872454806
        },
        {
            "start": 872454823,
            "stop": 872456570
        },
        {
            "start": 872456710,
            "stop": 872457050
        },
        {
            "start": 872457130,
            "stop": 872458250
        },
        {
            "start": 872458390,
            "stop": 872458479
        },
        {
            "start": 872458520,
            "stop": 872458932
        },
        {
            "start": 872459040,
            "stop": 872459990
        },
        {
            "start": 872460070,
            "stop": 872461190
        },
        {
            "start": 872461307,
            "stop": 872461416
        },
        {
            "start": 872461837,
            "stop": 872462055
        },
        {
            "start": 872462061,
            "stop": 872462150
        },
        {
            "start": 872462230,
            "stop": 872462280
        },
        {
            "start": 872462340,
            "stop": 872462690
        },
        {
            "start": 872462830,
            "stop": 872465444
        },
        {
            "start": 872465625,
            "stop": 872466644
        }
    ]
}