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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3628",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3629,
    "results": [
        {
            "start": 872283660,
            "stop": 872283878
        },
        {
            "start": 872283881,
            "stop": 872284011
        },
        {
            "start": 872284028,
            "stop": 872284165
        },
        {
            "start": 872284182,
            "stop": 872285160
        },
        {
            "start": 872285220,
            "stop": 872286540
        },
        {
            "start": 872286600,
            "stop": 872286810
        },
        {
            "start": 872286827,
            "stop": 872289360
        },
        {
            "start": 872289420,
            "stop": 872290458
        },
        {
            "start": 872290475,
            "stop": 872290920
        },
        {
            "start": 872290980,
            "stop": 872291526
        },
        {
            "start": 872291543,
            "stop": 872293817
        },
        {
            "start": 872293834,
            "stop": 872293860
        },
        {
            "start": 872293920,
            "stop": 872296152
        },
        {
            "start": 872296169,
            "stop": 872297400
        },
        {
            "start": 872297520,
            "stop": 872297697
        },
        {
            "start": 872297714,
            "stop": 872297757
        },
        {
            "start": 872297774,
            "stop": 872299380
        },
        {
            "start": 872299397,
            "stop": 872299460
        },
        {
            "start": 872299477,
            "stop": 872299574
        },
        {
            "start": 872299684,
            "stop": 872299685
        }
    ]
}