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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=179",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 180,
    "results": [
        {
            "start": 820185355,
            "stop": 820185422
        },
        {
            "start": 820185429,
            "stop": 820185500
        },
        {
            "start": 820185513,
            "stop": 820185604
        },
        {
            "start": 820185611,
            "stop": 820185671
        },
        {
            "start": 820185678,
            "stop": 820185712
        },
        {
            "start": 820185719,
            "stop": 820185756
        },
        {
            "start": 820185764,
            "stop": 820185988
        },
        {
            "start": 820185995,
            "stop": 820186132
        },
        {
            "start": 820186139,
            "stop": 820186264
        },
        {
            "start": 820186271,
            "stop": 820186356
        },
        {
            "start": 820186370,
            "stop": 820186436
        },
        {
            "start": 820186443,
            "stop": 820186523
        },
        {
            "start": 820186530,
            "stop": 820186565
        },
        {
            "start": 820186573,
            "stop": 820186620
        },
        {
            "start": 820186644,
            "stop": 820186651
        },
        {
            "start": 820186658,
            "stop": 820186683
        },
        {
            "start": 820186690,
            "stop": 820186695
        },
        {
            "start": 820186708,
            "stop": 820186773
        },
        {
            "start": 820186780,
            "stop": 820186816
        },
        {
            "start": 820186823,
            "stop": 820186844
        }
    ]
}