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=5286
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=5287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5285",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5286,
    "results": [
        {
            "start": 970494378,
            "stop": 970494404
        },
        {
            "start": 970494407,
            "stop": 970494578
        },
        {
            "start": 970494581,
            "stop": 970494908
        },
        {
            "start": 970494911,
            "stop": 970495181
        },
        {
            "start": 970495184,
            "stop": 970495550
        },
        {
            "start": 970495554,
            "stop": 970495628
        },
        {
            "start": 970495634,
            "stop": 970495647
        },
        {
            "start": 970495650,
            "stop": 970495736
        },
        {
            "start": 970495740,
            "stop": 970495906
        },
        {
            "start": 970495909,
            "stop": 970495999
        },
        {
            "start": 970496002,
            "stop": 970496480
        },
        {
            "start": 970496483,
            "stop": 970496598
        },
        {
            "start": 970496601,
            "stop": 970496692
        },
        {
            "start": 970496695,
            "stop": 970496766
        },
        {
            "start": 970496770,
            "stop": 970496918
        },
        {
            "start": 970496921,
            "stop": 970496971
        },
        {
            "start": 970496974,
            "stop": 970497000
        },
        {
            "start": 970497003,
            "stop": 970497051
        },
        {
            "start": 970497054,
            "stop": 970497121
        },
        {
            "start": 970497127,
            "stop": 970497303
        }
    ]
}