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=5287
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=5288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5286",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5287,
    "results": [
        {
            "start": 970497306,
            "stop": 970497380
        },
        {
            "start": 970497383,
            "stop": 970497458
        },
        {
            "start": 970499394,
            "stop": 970499678
        },
        {
            "start": 970499738,
            "stop": 970500134
        },
        {
            "start": 970500137,
            "stop": 970500192
        },
        {
            "start": 970500195,
            "stop": 970500545
        },
        {
            "start": 970500548,
            "stop": 970501188
        },
        {
            "start": 970501191,
            "stop": 970501241
        },
        {
            "start": 970501244,
            "stop": 970501502
        },
        {
            "start": 970501505,
            "stop": 970501531
        },
        {
            "start": 970501535,
            "stop": 970501556
        },
        {
            "start": 970501559,
            "stop": 970501912
        },
        {
            "start": 970501915,
            "stop": 970502503
        },
        {
            "start": 970502506,
            "stop": 970503126
        },
        {
            "start": 970503129,
            "stop": 970503748
        },
        {
            "start": 970503751,
            "stop": 970504233
        },
        {
            "start": 970504236,
            "stop": 970505464
        },
        {
            "start": 970505467,
            "stop": 970506250
        },
        {
            "start": 970506253,
            "stop": 970506394
        },
        {
            "start": 970506397,
            "stop": 970506590
        }
    ]
}