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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8154",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8155,
    "results": [
        {
            "start": 970985812,
            "stop": 970985873
        },
        {
            "start": 970985876,
            "stop": 970985966
        },
        {
            "start": 970985969,
            "stop": 970986029
        },
        {
            "start": 970986032,
            "stop": 970986167
        },
        {
            "start": 970986170,
            "stop": 970986227
        },
        {
            "start": 970986230,
            "stop": 970986232
        },
        {
            "start": 970986235,
            "stop": 970986346
        },
        {
            "start": 970986349,
            "stop": 970986392
        },
        {
            "start": 970986395,
            "stop": 970986427
        },
        {
            "start": 970986430,
            "stop": 970986596
        },
        {
            "start": 970986599,
            "stop": 970986706
        },
        {
            "start": 970986709,
            "stop": 970986742
        },
        {
            "start": 970986745,
            "stop": 970986763
        },
        {
            "start": 970986766,
            "stop": 970986796
        },
        {
            "start": 970986799,
            "stop": 970986865
        },
        {
            "start": 970986869,
            "stop": 970986946
        },
        {
            "start": 970986949,
            "stop": 970987063
        },
        {
            "start": 970987066,
            "stop": 970987125
        },
        {
            "start": 970987128,
            "stop": 970987317
        },
        {
            "start": 970987320,
            "stop": 970987393
        }
    ]
}