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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=106",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 107,
    "results": [
        {
            "start": 825910802,
            "stop": 825910808
        },
        {
            "start": 825910821,
            "stop": 825910832
        },
        {
            "start": 825910836,
            "stop": 825910842
        },
        {
            "start": 825910855,
            "stop": 825910861
        },
        {
            "start": 825910917,
            "stop": 825910923
        },
        {
            "start": 825910951,
            "stop": 825910956
        },
        {
            "start": 825910965,
            "stop": 825910971
        },
        {
            "start": 825910985,
            "stop": 825910990
        },
        {
            "start": 825911004,
            "stop": 825911010
        },
        {
            "start": 825911080,
            "stop": 825911082
        },
        {
            "start": 825911091,
            "stop": 825911107
        },
        {
            "start": 825911133,
            "stop": 825911137
        },
        {
            "start": 825911184,
            "stop": 825911195
        },
        {
            "start": 825911199,
            "stop": 825911209
        },
        {
            "start": 825911253,
            "stop": 825911283
        },
        {
            "start": 825911287,
            "stop": 825911292
        },
        {
            "start": 825911296,
            "stop": 825911311
        },
        {
            "start": 825911315,
            "stop": 825911323
        },
        {
            "start": 825911336,
            "stop": 825911342
        },
        {
            "start": 825911346,
            "stop": 825911357
        }
    ]
}