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_CAT2/segments?format=api&page=889
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=890",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=888",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 889,
    "results": [
        {
            "start": 969985191,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970010062
        },
        {
            "start": 970013215,
            "stop": 970013674
        },
        {
            "start": 970015526,
            "stop": 970015961
        },
        {
            "start": 970032596,
            "stop": 970035590
        },
        {
            "start": 970037056,
            "stop": 970037515
        },
        {
            "start": 970039388,
            "stop": 970048288
        },
        {
            "start": 970048830,
            "stop": 970051661
        },
        {
            "start": 970052731,
            "stop": 970053343
        },
        {
            "start": 970055939,
            "stop": 970056509
        },
        {
            "start": 970059229,
            "stop": 970059855
        },
        {
            "start": 970060819,
            "stop": 970060884
        },
        {
            "start": 970062967,
            "stop": 970063296
        },
        {
            "start": 970065516,
            "stop": 970065971
        },
        {
            "start": 970079365,
            "stop": 970083741
        },
        {
            "start": 970084765,
            "stop": 970086060
        },
        {
            "start": 970086238,
            "stop": 970095559
        },
        {
            "start": 970100690,
            "stop": 970114544
        },
        {
            "start": 970114550,
            "stop": 970125675
        },
        {
            "start": 970125680,
            "stop": 970146616
        }
    ]
}