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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=197",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 198,
    "results": [
        {
            "start": 820377970,
            "stop": 820378687
        },
        {
            "start": 820378694,
            "stop": 820379460
        },
        {
            "start": 820379520,
            "stop": 820380193
        },
        {
            "start": 820381418,
            "stop": 820381821
        },
        {
            "start": 820381828,
            "stop": 820381993
        },
        {
            "start": 820382080,
            "stop": 820383728
        },
        {
            "start": 820383735,
            "stop": 820383739
        },
        {
            "start": 820383746,
            "stop": 820384232
        },
        {
            "start": 820384240,
            "stop": 820384370
        },
        {
            "start": 820384450,
            "stop": 820387921
        },
        {
            "start": 820387928,
            "stop": 820388634
        },
        {
            "start": 820388641,
            "stop": 820388801
        },
        {
            "start": 820388808,
            "stop": 820390046
        },
        {
            "start": 820390053,
            "stop": 820390472
        },
        {
            "start": 820390480,
            "stop": 820394324
        },
        {
            "start": 820394685,
            "stop": 820395503
        },
        {
            "start": 820395517,
            "stop": 820395634
        },
        {
            "start": 820395641,
            "stop": 820395728
        },
        {
            "start": 820395736,
            "stop": 820395965
        },
        {
            "start": 820395972,
            "stop": 820397099
        }
    ]
}