Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5301
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5300",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5301,
    "results": [
        {
            "start": 970680575,
            "stop": 970680609
        },
        {
            "start": 970680612,
            "stop": 970680673
        },
        {
            "start": 970680676,
            "stop": 970680689
        },
        {
            "start": 970680692,
            "stop": 970681053
        },
        {
            "start": 970681056,
            "stop": 970681150
        },
        {
            "start": 970681153,
            "stop": 970681284
        },
        {
            "start": 970681287,
            "stop": 970681431
        },
        {
            "start": 970681437,
            "stop": 970681499
        },
        {
            "start": 970681502,
            "stop": 970681542
        },
        {
            "start": 970681545,
            "stop": 970681607
        },
        {
            "start": 970681610,
            "stop": 970681781
        },
        {
            "start": 970681787,
            "stop": 970681928
        },
        {
            "start": 970681931,
            "stop": 970682012
        },
        {
            "start": 970682015,
            "stop": 970682030
        },
        {
            "start": 970682035,
            "stop": 970682057
        },
        {
            "start": 970682060,
            "stop": 970682146
        },
        {
            "start": 970682149,
            "stop": 970682291
        },
        {
            "start": 970682294,
            "stop": 970682329
        },
        {
            "start": 970682332,
            "stop": 970682346
        },
        {
            "start": 970682349,
            "stop": 970682398
        }
    ]
}