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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=222",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 223,
    "results": [
        {
            "start": 820519500,
            "stop": 820519583
        },
        {
            "start": 820519599,
            "stop": 820519673
        },
        {
            "start": 820519687,
            "stop": 820519920
        },
        {
            "start": 820519927,
            "stop": 820519971
        },
        {
            "start": 820519978,
            "stop": 820520103
        },
        {
            "start": 820520110,
            "stop": 820520143
        },
        {
            "start": 820520150,
            "stop": 820520160
        },
        {
            "start": 820520290,
            "stop": 820520400
        },
        {
            "start": 820520460,
            "stop": 820520695
        },
        {
            "start": 820520702,
            "stop": 820520767
        },
        {
            "start": 820520774,
            "stop": 820520843
        },
        {
            "start": 820520851,
            "stop": 820520906
        },
        {
            "start": 820520915,
            "stop": 820520969
        },
        {
            "start": 820520976,
            "stop": 820521000
        },
        {
            "start": 820521060,
            "stop": 820521173
        },
        {
            "start": 820521181,
            "stop": 820521204
        },
        {
            "start": 820521212,
            "stop": 820521232
        },
        {
            "start": 820521239,
            "stop": 820521540
        },
        {
            "start": 820521600,
            "stop": 820521616
        },
        {
            "start": 820521623,
            "stop": 820521650
        }
    ]
}