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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8565",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8566,
    "results": [
        {
            "start": 870161133,
            "stop": 870161146
        },
        {
            "start": 870161153,
            "stop": 870161182
        },
        {
            "start": 870161189,
            "stop": 870161580
        },
        {
            "start": 870161640,
            "stop": 870162299
        },
        {
            "start": 870162306,
            "stop": 870162600
        },
        {
            "start": 870162720,
            "stop": 870162742
        },
        {
            "start": 870162749,
            "stop": 870162840
        },
        {
            "start": 870162900,
            "stop": 870162945
        },
        {
            "start": 870162953,
            "stop": 870163021
        },
        {
            "start": 870163031,
            "stop": 870163080
        },
        {
            "start": 870163140,
            "stop": 870163500
        },
        {
            "start": 870163560,
            "stop": 870163563
        },
        {
            "start": 870163570,
            "stop": 870163620
        },
        {
            "start": 870163800,
            "stop": 870165600
        },
        {
            "start": 870165660,
            "stop": 870165900
        },
        {
            "start": 870165960,
            "stop": 870166317
        },
        {
            "start": 870166349,
            "stop": 870167160
        },
        {
            "start": 870167220,
            "stop": 870167416
        },
        {
            "start": 870167433,
            "stop": 870169878
        },
        {
            "start": 870169895,
            "stop": 870169920
        }
    ]
}