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=5317
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=5318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5316",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5317,
    "results": [
        {
            "start": 970915151,
            "stop": 970916031
        },
        {
            "start": 970916034,
            "stop": 970916152
        },
        {
            "start": 970916155,
            "stop": 970917322
        },
        {
            "start": 970917339,
            "stop": 970917689
        },
        {
            "start": 970917692,
            "stop": 970917727
        },
        {
            "start": 970917730,
            "stop": 970917998
        },
        {
            "start": 970919738,
            "stop": 970919858
        },
        {
            "start": 970920098,
            "stop": 970920218
        },
        {
            "start": 970920338,
            "stop": 970920398
        },
        {
            "start": 970920458,
            "stop": 970920483
        },
        {
            "start": 970920486,
            "stop": 970920542
        },
        {
            "start": 970920545,
            "stop": 970920915
        },
        {
            "start": 970920918,
            "stop": 970921598
        },
        {
            "start": 970921898,
            "stop": 970921913
        },
        {
            "start": 970921916,
            "stop": 970922024
        },
        {
            "start": 970922027,
            "stop": 970922037
        },
        {
            "start": 970922040,
            "stop": 970922078
        },
        {
            "start": 970922138,
            "stop": 970922358
        },
        {
            "start": 970922361,
            "stop": 970922455
        },
        {
            "start": 970922458,
            "stop": 970922469
        }
    ]
}