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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=90",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 91,
    "results": [
        {
            "start": 931603460,
            "stop": 931603463
        },
        {
            "start": 931603486,
            "stop": 931603490
        },
        {
            "start": 931603507,
            "stop": 931603508
        },
        {
            "start": 931603515,
            "stop": 931603525
        },
        {
            "start": 931603532,
            "stop": 931603535
        },
        {
            "start": 931603553,
            "stop": 931603567
        },
        {
            "start": 931603581,
            "stop": 931603585
        },
        {
            "start": 931603592,
            "stop": 931603602
        },
        {
            "start": 931603611,
            "stop": 931603612
        },
        {
            "start": 931603629,
            "stop": 931603636
        },
        {
            "start": 931603661,
            "stop": 931603663
        },
        {
            "start": 931603683,
            "stop": 931603689
        },
        {
            "start": 931603718,
            "stop": 931603719
        },
        {
            "start": 931603726,
            "stop": 931603731
        },
        {
            "start": 931603773,
            "stop": 931603779
        },
        {
            "start": 931603788,
            "stop": 931603790
        },
        {
            "start": 931603814,
            "stop": 931603830
        },
        {
            "start": 931603837,
            "stop": 931603839
        },
        {
            "start": 931603866,
            "stop": 931603869
        },
        {
            "start": 931603888,
            "stop": 931603903
        }
    ]
}