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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=36",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 37,
    "results": [
        {
            "start": 939989397,
            "stop": 939990318
        },
        {
            "start": 939991000,
            "stop": 939997506
        },
        {
            "start": 939998409,
            "stop": 940005020
        },
        {
            "start": 940005850,
            "stop": 940010870
        },
        {
            "start": 940036377,
            "stop": 940078215
        },
        {
            "start": 940097744,
            "stop": 940099226
        },
        {
            "start": 940100878,
            "stop": 940120982
        },
        {
            "start": 940123702,
            "stop": 940144539
        },
        {
            "start": 940145579,
            "stop": 940154335
        },
        {
            "start": 940154819,
            "stop": 940156156
        },
        {
            "start": 940156541,
            "stop": 940158211
        },
        {
            "start": 940158607,
            "stop": 940158948
        },
        {
            "start": 940159522,
            "stop": 940160041
        },
        {
            "start": 940161200,
            "stop": 940161396
        },
        {
            "start": 940161885,
            "stop": 940161971
        },
        {
            "start": 940162506,
            "stop": 940163198
        },
        {
            "start": 940163792,
            "stop": 940165013
        },
        {
            "start": 940165799,
            "stop": 940166324
        },
        {
            "start": 940166854,
            "stop": 940167025
        },
        {
            "start": 940167735,
            "stop": 940168205
        }
    ]
}