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=3605
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=3606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3604",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3605,
    "results": [
        {
            "start": 872054267,
            "stop": 872056576
        },
        {
            "start": 872056593,
            "stop": 872056728
        },
        {
            "start": 872056745,
            "stop": 872057548
        },
        {
            "start": 872057565,
            "stop": 872058627
        },
        {
            "start": 872058644,
            "stop": 872059427
        },
        {
            "start": 872059444,
            "stop": 872060973
        },
        {
            "start": 872060990,
            "stop": 872062986
        },
        {
            "start": 872063003,
            "stop": 872063088
        },
        {
            "start": 872063105,
            "stop": 872063485
        },
        {
            "start": 872063502,
            "stop": 872065091
        },
        {
            "start": 872065108,
            "stop": 872067780
        },
        {
            "start": 872067840,
            "stop": 872067894
        },
        {
            "start": 872067912,
            "stop": 872068191
        },
        {
            "start": 872068208,
            "stop": 872069151
        },
        {
            "start": 872069168,
            "stop": 872069922
        },
        {
            "start": 872069939,
            "stop": 872069949
        },
        {
            "start": 872069966,
            "stop": 872069972
        },
        {
            "start": 872069989,
            "stop": 872070800
        },
        {
            "start": 872070817,
            "stop": 872071192
        },
        {
            "start": 872071223,
            "stop": 872072365
        }
    ]
}