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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=165",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 166,
    "results": [
        {
            "start": 820170026,
            "stop": 820170154
        },
        {
            "start": 820170161,
            "stop": 820170507
        },
        {
            "start": 820170514,
            "stop": 820170855
        },
        {
            "start": 820170863,
            "stop": 820171231
        },
        {
            "start": 820171239,
            "stop": 820171302
        },
        {
            "start": 820171315,
            "stop": 820171368
        },
        {
            "start": 820171376,
            "stop": 820171421
        },
        {
            "start": 820171428,
            "stop": 820171552
        },
        {
            "start": 820171559,
            "stop": 820171935
        },
        {
            "start": 820171942,
            "stop": 820171993
        },
        {
            "start": 820173625,
            "stop": 820173973
        },
        {
            "start": 820174486,
            "stop": 820174668
        },
        {
            "start": 820174681,
            "stop": 820175031
        },
        {
            "start": 820175038,
            "stop": 820175070
        },
        {
            "start": 820175078,
            "stop": 820175504
        },
        {
            "start": 820177450,
            "stop": 820177651
        },
        {
            "start": 820177670,
            "stop": 820177911
        },
        {
            "start": 820177918,
            "stop": 820178008
        },
        {
            "start": 820178015,
            "stop": 820178175
        },
        {
            "start": 820178188,
            "stop": 820178316
        }
    ]
}