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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=111",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 112,
    "results": [
        {
            "start": 819201809,
            "stop": 819201810
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819202949
        },
        {
            "start": 819202956,
            "stop": 819204007
        },
        {
            "start": 819204022,
            "stop": 819204073
        },
        {
            "start": 819204103,
            "stop": 819204105
        },
        {
            "start": 819204688,
            "stop": 819205293
        },
        {
            "start": 819205300,
            "stop": 819205428
        },
        {
            "start": 819205435,
            "stop": 819205597
        },
        {
            "start": 819205604,
            "stop": 819205770
        },
        {
            "start": 819205777,
            "stop": 819206101
        },
        {
            "start": 819206108,
            "stop": 819206319
        },
        {
            "start": 819206326,
            "stop": 819207657
        },
        {
            "start": 819207664,
            "stop": 819208067
        },
        {
            "start": 819208081,
            "stop": 819208744
        },
        {
            "start": 819208751,
            "stop": 819208873
        },
        {
            "start": 819208881,
            "stop": 819208924
        },
        {
            "start": 819208938,
            "stop": 819210013
        },
        {
            "start": 819210534,
            "stop": 819211050
        },
        {
            "start": 819211057,
            "stop": 819211273
        }
    ]
}