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=627
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=628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=626",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 627,
    "results": [
        {
            "start": 829158640,
            "stop": 829159095
        },
        {
            "start": 829159098,
            "stop": 829159294
        },
        {
            "start": 829159297,
            "stop": 829159494
        },
        {
            "start": 829159498,
            "stop": 829159700
        },
        {
            "start": 829159703,
            "stop": 829159921
        },
        {
            "start": 829159924,
            "stop": 829159942
        },
        {
            "start": 829159945,
            "stop": 829160050
        },
        {
            "start": 829160054,
            "stop": 829160284
        },
        {
            "start": 829160287,
            "stop": 829160417
        },
        {
            "start": 829160420,
            "stop": 829160451
        },
        {
            "start": 829160454,
            "stop": 829160787
        },
        {
            "start": 829160790,
            "stop": 829160880
        },
        {
            "start": 829160883,
            "stop": 829160946
        },
        {
            "start": 829160949,
            "stop": 829161140
        },
        {
            "start": 829161143,
            "stop": 829161542
        },
        {
            "start": 829163543,
            "stop": 829163562
        },
        {
            "start": 829163565,
            "stop": 829163608
        },
        {
            "start": 829163611,
            "stop": 829163804
        },
        {
            "start": 829163807,
            "stop": 829163827
        },
        {
            "start": 829163830,
            "stop": 829163861
        }
    ]
}