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=8692
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=8693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8691",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8692,
    "results": [
        {
            "start": 872120880,
            "stop": 872121180
        },
        {
            "start": 872121240,
            "stop": 872121360
        },
        {
            "start": 872121512,
            "stop": 872121840
        },
        {
            "start": 872122150,
            "stop": 872122200
        },
        {
            "start": 872122260,
            "stop": 872122980
        },
        {
            "start": 872123520,
            "stop": 872123640
        },
        {
            "start": 872124300,
            "stop": 872124360
        },
        {
            "start": 872124840,
            "stop": 872124900
        },
        {
            "start": 872124960,
            "stop": 872125020
        },
        {
            "start": 872125740,
            "stop": 872125800
        },
        {
            "start": 872127900,
            "stop": 872127960
        },
        {
            "start": 872130840,
            "stop": 872130892
        },
        {
            "start": 872131200,
            "stop": 872131260
        },
        {
            "start": 872133180,
            "stop": 872133229
        },
        {
            "start": 872133236,
            "stop": 872133240
        },
        {
            "start": 872133360,
            "stop": 872133420
        },
        {
            "start": 872133660,
            "stop": 872133720
        },
        {
            "start": 872133840,
            "stop": 872133900
        },
        {
            "start": 872133960,
            "stop": 872134080
        },
        {
            "start": 872134320,
            "stop": 872134380
        }
    ]
}