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=5290
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=5291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5289",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5290,
    "results": [
        {
            "start": 970578192,
            "stop": 970578286
        },
        {
            "start": 970578290,
            "stop": 970578581
        },
        {
            "start": 970578604,
            "stop": 970578609
        },
        {
            "start": 970578612,
            "stop": 970578697
        },
        {
            "start": 970578718,
            "stop": 970578799
        },
        {
            "start": 970578820,
            "stop": 970578860
        },
        {
            "start": 970578863,
            "stop": 970578876
        },
        {
            "start": 970578879,
            "stop": 970579027
        },
        {
            "start": 970579048,
            "stop": 970579179
        },
        {
            "start": 970579182,
            "stop": 970579205
        },
        {
            "start": 970579208,
            "stop": 970579425
        },
        {
            "start": 970579428,
            "stop": 970579611
        },
        {
            "start": 970579614,
            "stop": 970579798
        },
        {
            "start": 970579801,
            "stop": 970579918
        },
        {
            "start": 970579921,
            "stop": 970580020
        },
        {
            "start": 970580041,
            "stop": 970580138
        },
        {
            "start": 970589505,
            "stop": 970589783
        },
        {
            "start": 970589786,
            "stop": 970589811
        },
        {
            "start": 970589814,
            "stop": 970589815
        },
        {
            "start": 970589818,
            "stop": 970589875
        }
    ]
}