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=8595
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=8596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8594",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8595,
    "results": [
        {
            "start": 870643320,
            "stop": 870643560
        },
        {
            "start": 870643620,
            "stop": 870644390
        },
        {
            "start": 870644470,
            "stop": 870645426
        },
        {
            "start": 870646930,
            "stop": 870647556
        },
        {
            "start": 870647703,
            "stop": 870648360
        },
        {
            "start": 870648540,
            "stop": 870648682
        },
        {
            "start": 870648790,
            "stop": 870649260
        },
        {
            "start": 870649320,
            "stop": 870649620
        },
        {
            "start": 870649680,
            "stop": 870649748
        },
        {
            "start": 870649765,
            "stop": 870649980
        },
        {
            "start": 870650040,
            "stop": 870650724
        },
        {
            "start": 870650741,
            "stop": 870651006
        },
        {
            "start": 870651023,
            "stop": 870651047
        },
        {
            "start": 870651064,
            "stop": 870651282
        },
        {
            "start": 870651318,
            "stop": 870651742
        },
        {
            "start": 870651759,
            "stop": 870651840
        },
        {
            "start": 870651900,
            "stop": 870652020
        },
        {
            "start": 870652200,
            "stop": 870652309
        },
        {
            "start": 870652380,
            "stop": 870653160
        },
        {
            "start": 870653220,
            "stop": 870653295
        }
    ]
}