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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2324",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2325,
    "results": [
        {
            "start": 874304731,
            "stop": 874304746
        },
        {
            "start": 874304765,
            "stop": 874305427
        },
        {
            "start": 874305446,
            "stop": 874305962
        },
        {
            "start": 874305981,
            "stop": 874306253
        },
        {
            "start": 874306274,
            "stop": 874306477
        },
        {
            "start": 874306496,
            "stop": 874306613
        },
        {
            "start": 874306637,
            "stop": 874306728
        },
        {
            "start": 874306761,
            "stop": 874306887
        },
        {
            "start": 874306907,
            "stop": 874307063
        },
        {
            "start": 874307082,
            "stop": 874307088
        },
        {
            "start": 874307111,
            "stop": 874307187
        },
        {
            "start": 874307206,
            "stop": 874307289
        },
        {
            "start": 874307308,
            "stop": 874307449
        },
        {
            "start": 874307468,
            "stop": 874307517
        },
        {
            "start": 874307536,
            "stop": 874307622
        },
        {
            "start": 874307641,
            "stop": 874307699
        },
        {
            "start": 874307718,
            "stop": 874307730
        },
        {
            "start": 874307797,
            "stop": 874309710
        },
        {
            "start": 874311276,
            "stop": 874311530
        },
        {
            "start": 874311558,
            "stop": 874311565
        }
    ]
}