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/L1_CBCHIGH_CAT2/segments?format=api&page=202
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=201",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 202,
    "results": [
        {
            "start": 818209790,
            "stop": 818209796
        },
        {
            "start": 818209804,
            "stop": 818209805
        },
        {
            "start": 818209824,
            "stop": 818209834
        },
        {
            "start": 818209837,
            "stop": 818209839
        },
        {
            "start": 818209842,
            "stop": 818209844
        },
        {
            "start": 818209857,
            "stop": 818209859
        },
        {
            "start": 818209865,
            "stop": 818209878
        },
        {
            "start": 818209881,
            "stop": 818209886
        },
        {
            "start": 818209895,
            "stop": 818209902
        },
        {
            "start": 818209905,
            "stop": 818209906
        },
        {
            "start": 818209917,
            "stop": 818209922
        },
        {
            "start": 818209930,
            "stop": 818209935
        },
        {
            "start": 818209976,
            "stop": 818209979
        },
        {
            "start": 818210007,
            "stop": 818210008
        },
        {
            "start": 818210011,
            "stop": 818210015
        },
        {
            "start": 818210019,
            "stop": 818210022
        },
        {
            "start": 818210025,
            "stop": 818210036
        },
        {
            "start": 818210047,
            "stop": 818210048
        },
        {
            "start": 818210052,
            "stop": 818210053
        },
        {
            "start": 818210060,
            "stop": 818210063
        }
    ]
}