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=5363
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=5364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5362",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5363,
    "results": [
        {
            "start": 971450354,
            "stop": 971450396
        },
        {
            "start": 971450400,
            "stop": 971450408
        },
        {
            "start": 971450411,
            "stop": 971450470
        },
        {
            "start": 971450473,
            "stop": 971450526
        },
        {
            "start": 971450529,
            "stop": 971450538
        },
        {
            "start": 971450541,
            "stop": 971450752
        },
        {
            "start": 971450755,
            "stop": 971450867
        },
        {
            "start": 971450870,
            "stop": 971450878
        },
        {
            "start": 971450881,
            "stop": 971451338
        },
        {
            "start": 971451341,
            "stop": 971451477
        },
        {
            "start": 971451480,
            "stop": 971451554
        },
        {
            "start": 971451557,
            "stop": 971451577
        },
        {
            "start": 971451580,
            "stop": 971451592
        },
        {
            "start": 971451595,
            "stop": 971451743
        },
        {
            "start": 971451746,
            "stop": 971451878
        },
        {
            "start": 971451938,
            "stop": 971451962
        },
        {
            "start": 971451966,
            "stop": 971452266
        },
        {
            "start": 971452269,
            "stop": 971452347
        },
        {
            "start": 971452355,
            "stop": 971452414
        },
        {
            "start": 971452417,
            "stop": 971452547
        }
    ]
}