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=5321
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=5322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5320",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5321,
    "results": [
        {
            "start": 970971058,
            "stop": 970971363
        },
        {
            "start": 970973469,
            "stop": 970973574
        },
        {
            "start": 970973577,
            "stop": 970979078
        },
        {
            "start": 970979081,
            "stop": 970979401
        },
        {
            "start": 970979418,
            "stop": 970979613
        },
        {
            "start": 970979616,
            "stop": 970979762
        },
        {
            "start": 970979779,
            "stop": 970981596
        },
        {
            "start": 970981599,
            "stop": 970983561
        },
        {
            "start": 970983564,
            "stop": 970984225
        },
        {
            "start": 970984228,
            "stop": 970984963
        },
        {
            "start": 970984966,
            "stop": 970986927
        },
        {
            "start": 970986930,
            "stop": 970987414
        },
        {
            "start": 970987417,
            "stop": 970987485
        },
        {
            "start": 970987489,
            "stop": 970987800
        },
        {
            "start": 970987803,
            "stop": 970988802
        },
        {
            "start": 970988805,
            "stop": 970989817
        },
        {
            "start": 970989820,
            "stop": 970990266
        },
        {
            "start": 970990269,
            "stop": 970990524
        },
        {
            "start": 970990527,
            "stop": 970990822
        },
        {
            "start": 970990825,
            "stop": 970990904
        }
    ]
}