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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5175",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5176,
    "results": [
        {
            "start": 875079675,
            "stop": 875079826
        },
        {
            "start": 875079845,
            "stop": 875080156
        },
        {
            "start": 875080198,
            "stop": 875080652
        },
        {
            "start": 875080681,
            "stop": 875081357
        },
        {
            "start": 875081376,
            "stop": 875081496
        },
        {
            "start": 875081515,
            "stop": 875081536
        },
        {
            "start": 875081555,
            "stop": 875081676
        },
        {
            "start": 875081695,
            "stop": 875082356
        },
        {
            "start": 875082375,
            "stop": 875082726
        },
        {
            "start": 875082745,
            "stop": 875082836
        },
        {
            "start": 875082855,
            "stop": 875082907
        },
        {
            "start": 875082926,
            "stop": 875083416
        },
        {
            "start": 875083435,
            "stop": 875083651
        },
        {
            "start": 875083670,
            "stop": 875083736
        },
        {
            "start": 875083920,
            "stop": 875083980
        },
        {
            "start": 875084355,
            "stop": 875084400
        },
        {
            "start": 875084520,
            "stop": 875084580
        },
        {
            "start": 875084640,
            "stop": 875084711
        },
        {
            "start": 875084730,
            "stop": 875085381
        },
        {
            "start": 875085400,
            "stop": 875086047
        }
    ]
}