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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=243",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 244,
    "results": [
        {
            "start": 852480601,
            "stop": 852482999
        },
        {
            "start": 852483036,
            "stop": 852483881
        },
        {
            "start": 852483907,
            "stop": 852484632
        },
        {
            "start": 852484681,
            "stop": 852484959
        },
        {
            "start": 852484998,
            "stop": 852487546
        },
        {
            "start": 852487581,
            "stop": 852487696
        },
        {
            "start": 852487715,
            "stop": 852487726
        },
        {
            "start": 852487750,
            "stop": 852489498
        },
        {
            "start": 852489570,
            "stop": 852489585
        },
        {
            "start": 852489906,
            "stop": 852490026
        },
        {
            "start": 852490065,
            "stop": 852490443
        },
        {
            "start": 852490757,
            "stop": 852491177
        },
        {
            "start": 852491208,
            "stop": 852492908
        },
        {
            "start": 852492927,
            "stop": 852492987
        },
        {
            "start": 852494303,
            "stop": 852495240
        },
        {
            "start": 852495275,
            "stop": 852495719
        },
        {
            "start": 852495749,
            "stop": 852496242
        },
        {
            "start": 852496263,
            "stop": 852496380
        },
        {
            "start": 852496406,
            "stop": 852497190
        },
        {
            "start": 852497355,
            "stop": 852497689
        }
    ]
}