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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=221",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 222,
    "results": [
        {
            "start": 842925393,
            "stop": 842925452
        },
        {
            "start": 842925460,
            "stop": 842925494
        },
        {
            "start": 842925498,
            "stop": 842925590
        },
        {
            "start": 842925594,
            "stop": 842925605
        },
        {
            "start": 842925609,
            "stop": 842925711
        },
        {
            "start": 842925715,
            "stop": 842925735
        },
        {
            "start": 842925738,
            "stop": 842925749
        },
        {
            "start": 842925753,
            "stop": 842925759
        },
        {
            "start": 842925763,
            "stop": 842925904
        },
        {
            "start": 842925912,
            "stop": 842926063
        },
        {
            "start": 842926067,
            "stop": 842928247
        },
        {
            "start": 842929319,
            "stop": 842964023
        },
        {
            "start": 842964136,
            "stop": 842969777
        },
        {
            "start": 842969822,
            "stop": 842972893
        },
        {
            "start": 842972913,
            "stop": 842972915
        },
        {
            "start": 842975665,
            "stop": 842978180
        },
        {
            "start": 842978308,
            "stop": 842981113
        },
        {
            "start": 842981163,
            "stop": 842981164
        },
        {
            "start": 842981449,
            "stop": 842987082
        },
        {
            "start": 842987939,
            "stop": 842988973
        }
    ]
}