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=5319
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=5320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5318",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5319,
    "results": [
        {
            "start": 970957164,
            "stop": 970957284
        },
        {
            "start": 970957287,
            "stop": 970957374
        },
        {
            "start": 970957377,
            "stop": 970957507
        },
        {
            "start": 970957510,
            "stop": 970957602
        },
        {
            "start": 970957619,
            "stop": 970957843
        },
        {
            "start": 970957846,
            "stop": 970957981
        },
        {
            "start": 970957984,
            "stop": 970958365
        },
        {
            "start": 970958368,
            "stop": 970958798
        },
        {
            "start": 970958802,
            "stop": 970958807
        },
        {
            "start": 970958810,
            "stop": 970958819
        },
        {
            "start": 970958822,
            "stop": 970959196
        },
        {
            "start": 970959199,
            "stop": 970959360
        },
        {
            "start": 970959363,
            "stop": 970959462
        },
        {
            "start": 970959465,
            "stop": 970959678
        },
        {
            "start": 970959683,
            "stop": 970959757
        },
        {
            "start": 970959761,
            "stop": 970959837
        },
        {
            "start": 970959869,
            "stop": 970959903
        },
        {
            "start": 970959906,
            "stop": 970959954
        },
        {
            "start": 970959958,
            "stop": 970959966
        },
        {
            "start": 970959969,
            "stop": 970960043
        }
    ]
}