Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5138
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=5139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5137",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5138,
    "results": [
        {
            "start": 874705415,
            "stop": 874705445
        },
        {
            "start": 874705452,
            "stop": 874705460
        },
        {
            "start": 874705476,
            "stop": 874705496
        },
        {
            "start": 874705503,
            "stop": 874705524
        },
        {
            "start": 874705531,
            "stop": 874705566
        },
        {
            "start": 874705573,
            "stop": 874705591
        },
        {
            "start": 874705598,
            "stop": 874705664
        },
        {
            "start": 874705672,
            "stop": 874705695
        },
        {
            "start": 874705703,
            "stop": 874705717
        },
        {
            "start": 874705724,
            "stop": 874705725
        },
        {
            "start": 874705732,
            "stop": 874705740
        },
        {
            "start": 874705747,
            "stop": 874705763
        },
        {
            "start": 874705770,
            "stop": 874705782
        },
        {
            "start": 874705790,
            "stop": 874705793
        },
        {
            "start": 874705800,
            "stop": 874705825
        },
        {
            "start": 874705832,
            "stop": 874705834
        },
        {
            "start": 874705842,
            "stop": 874705857
        },
        {
            "start": 874705865,
            "stop": 874705894
        },
        {
            "start": 874705901,
            "stop": 874705916
        },
        {
            "start": 874705924,
            "stop": 874705938
        }
    ]
}