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=8747
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=8748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8746",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8747,
    "results": [
        {
            "start": 873050916,
            "stop": 873051448
        },
        {
            "start": 873051589,
            "stop": 873051840
        },
        {
            "start": 873051900,
            "stop": 873052061
        },
        {
            "start": 873052097,
            "stop": 873052130
        },
        {
            "start": 873052210,
            "stop": 873052351
        },
        {
            "start": 873059096,
            "stop": 873059400
        },
        {
            "start": 873059640,
            "stop": 873059760
        },
        {
            "start": 873059820,
            "stop": 873059880
        },
        {
            "start": 873061768,
            "stop": 873062280
        },
        {
            "start": 873062340,
            "stop": 873062460
        },
        {
            "start": 873062580,
            "stop": 873062640
        },
        {
            "start": 873062700,
            "stop": 873063360
        },
        {
            "start": 873063480,
            "stop": 873063780
        },
        {
            "start": 873063840,
            "stop": 873063960
        },
        {
            "start": 873064020,
            "stop": 873064140
        },
        {
            "start": 873064320,
            "stop": 873065092
        },
        {
            "start": 873065101,
            "stop": 873065107
        },
        {
            "start": 873065114,
            "stop": 873065390
        },
        {
            "start": 873065571,
            "stop": 873065580
        },
        {
            "start": 873066000,
            "stop": 873066120
        }
    ]
}