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=8571
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=8572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8570",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8571,
    "results": [
        {
            "start": 870220330,
            "stop": 870220560
        },
        {
            "start": 870220620,
            "stop": 870220980
        },
        {
            "start": 870221040,
            "stop": 870221042
        },
        {
            "start": 870221162,
            "stop": 870221520
        },
        {
            "start": 870221580,
            "stop": 870221760
        },
        {
            "start": 870221820,
            "stop": 870222000
        },
        {
            "start": 870222060,
            "stop": 870222480
        },
        {
            "start": 870222540,
            "stop": 870222554
        },
        {
            "start": 870222571,
            "stop": 870222840
        },
        {
            "start": 870222900,
            "stop": 870222960
        },
        {
            "start": 870223020,
            "stop": 870223091
        },
        {
            "start": 870223108,
            "stop": 870223560
        },
        {
            "start": 870223740,
            "stop": 870223920
        },
        {
            "start": 870223980,
            "stop": 870224095
        },
        {
            "start": 870224220,
            "stop": 870224580
        },
        {
            "start": 870224640,
            "stop": 870224820
        },
        {
            "start": 870225060,
            "stop": 870225120
        },
        {
            "start": 870225180,
            "stop": 870225186
        },
        {
            "start": 870225203,
            "stop": 870225360
        },
        {
            "start": 870225420,
            "stop": 870225540
        }
    ]
}