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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=217",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 218,
    "results": [
        {
            "start": 842912663,
            "stop": 842912678
        },
        {
            "start": 842912682,
            "stop": 842912702
        },
        {
            "start": 842912706,
            "stop": 842912977
        },
        {
            "start": 842912985,
            "stop": 842913553
        },
        {
            "start": 842915270,
            "stop": 842915392
        },
        {
            "start": 842915396,
            "stop": 842915502
        },
        {
            "start": 842915511,
            "stop": 842915516
        },
        {
            "start": 842915521,
            "stop": 842915526
        },
        {
            "start": 842915530,
            "stop": 842915536
        },
        {
            "start": 842915546,
            "stop": 842915551
        },
        {
            "start": 842915575,
            "stop": 842915581
        },
        {
            "start": 842915590,
            "stop": 842915600
        },
        {
            "start": 842915604,
            "stop": 842915615
        },
        {
            "start": 842915619,
            "stop": 842915648
        },
        {
            "start": 842915652,
            "stop": 842915701
        },
        {
            "start": 842915705,
            "stop": 842915744
        },
        {
            "start": 842915748,
            "stop": 842915758
        },
        {
            "start": 842915772,
            "stop": 842915792
        },
        {
            "start": 842915796,
            "stop": 842915836
        },
        {
            "start": 842915840,
            "stop": 842915860
        }
    ]
}