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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4791",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4792,
    "results": [
        {
            "start": 874618539,
            "stop": 874618540
        },
        {
            "start": 874618559,
            "stop": 874618607
        },
        {
            "start": 874618626,
            "stop": 874618688
        },
        {
            "start": 874618711,
            "stop": 874618715
        },
        {
            "start": 874618742,
            "stop": 874618749
        },
        {
            "start": 874618789,
            "stop": 874618802
        },
        {
            "start": 874618850,
            "stop": 874618890
        },
        {
            "start": 874618927,
            "stop": 874618936
        },
        {
            "start": 874618983,
            "stop": 874618987
        },
        {
            "start": 874619027,
            "stop": 874619029
        },
        {
            "start": 874619100,
            "stop": 874619196
        },
        {
            "start": 874619215,
            "stop": 874619244
        },
        {
            "start": 874619340,
            "stop": 874619345
        },
        {
            "start": 874619379,
            "stop": 874619381
        },
        {
            "start": 874619401,
            "stop": 874619428
        },
        {
            "start": 874619447,
            "stop": 874619464
        },
        {
            "start": 874619483,
            "stop": 874619493
        },
        {
            "start": 874619513,
            "stop": 874619516
        },
        {
            "start": 874619535,
            "stop": 874619564
        },
        {
            "start": 874619584,
            "stop": 874619604
        }
    ]
}