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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=207",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 208,
    "results": [
        {
            "start": 852392256,
            "stop": 852393191
        },
        {
            "start": 852393249,
            "stop": 852393827
        },
        {
            "start": 852416033,
            "stop": 852417713
        },
        {
            "start": 852419548,
            "stop": 852423896
        },
        {
            "start": 852424036,
            "stop": 852425058
        },
        {
            "start": 852425144,
            "stop": 852426149
        },
        {
            "start": 852426237,
            "stop": 852473265
        },
        {
            "start": 852474951,
            "stop": 852475785
        },
        {
            "start": 852475959,
            "stop": 852476875
        },
        {
            "start": 852476947,
            "stop": 852479438
        },
        {
            "start": 852481038,
            "stop": 852481066
        },
        {
            "start": 852481107,
            "stop": 852482624
        },
        {
            "start": 852482641,
            "stop": 852482642
        },
        {
            "start": 852482750,
            "stop": 852483100
        },
        {
            "start": 852484153,
            "stop": 852486181
        },
        {
            "start": 852487326,
            "stop": 852489965
        },
        {
            "start": 852490227,
            "stop": 852491268
        },
        {
            "start": 852496737,
            "stop": 852496759
        },
        {
            "start": 852498424,
            "stop": 852499630
        },
        {
            "start": 852500735,
            "stop": 852507598
        }
    ]
}