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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=126",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 127,
    "results": [
        {
            "start": 819064032,
            "stop": 819064257
        },
        {
            "start": 819064380,
            "stop": 819064749
        },
        {
            "start": 819064780,
            "stop": 819064803
        },
        {
            "start": 819064824,
            "stop": 819064834
        },
        {
            "start": 819064851,
            "stop": 819064860
        },
        {
            "start": 819064980,
            "stop": 819065160
        },
        {
            "start": 819065220,
            "stop": 819065280
        },
        {
            "start": 819065340,
            "stop": 819066520
        },
        {
            "start": 819069292,
            "stop": 819069660
        },
        {
            "start": 819069720,
            "stop": 819070036
        },
        {
            "start": 819070053,
            "stop": 819070920
        },
        {
            "start": 819071040,
            "stop": 819071160
        },
        {
            "start": 819071220,
            "stop": 819071880
        },
        {
            "start": 819072000,
            "stop": 819072240
        },
        {
            "start": 819072300,
            "stop": 819074190
        },
        {
            "start": 819074310,
            "stop": 819075599
        },
        {
            "start": 819076642,
            "stop": 819076894
        },
        {
            "start": 819078358,
            "stop": 819079488
        },
        {
            "start": 819079609,
            "stop": 819081344
        },
        {
            "start": 819081376,
            "stop": 819083456
        }
    ]
}