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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=80",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 81,
    "results": [
        {
            "start": 932077533,
            "stop": 932077534
        },
        {
            "start": 932077535,
            "stop": 932077536
        },
        {
            "start": 932077537,
            "stop": 932077539
        },
        {
            "start": 932077540,
            "stop": 932077590
        },
        {
            "start": 932077592,
            "stop": 932077609
        },
        {
            "start": 932077611,
            "stop": 932077613
        },
        {
            "start": 932077614,
            "stop": 932077625
        },
        {
            "start": 932077626,
            "stop": 932077628
        },
        {
            "start": 932077629,
            "stop": 932077653
        },
        {
            "start": 932077654,
            "stop": 932077655
        },
        {
            "start": 932077657,
            "stop": 932077682
        },
        {
            "start": 932077684,
            "stop": 932077688
        },
        {
            "start": 932077689,
            "stop": 932077723
        },
        {
            "start": 932077725,
            "stop": 932077730
        },
        {
            "start": 932077732,
            "stop": 932077742
        },
        {
            "start": 932077744,
            "stop": 932077748
        },
        {
            "start": 932077749,
            "stop": 932077777
        },
        {
            "start": 932077781,
            "stop": 932077783
        },
        {
            "start": 932077786,
            "stop": 932077803
        },
        {
            "start": 932077804,
            "stop": 932077808
        }
    ]
}