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_CAT3/segments?format=api&page=4857
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4858",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4856",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4857,
    "results": [
        {
            "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
        },
        {
            "start": 971452550,
            "stop": 971452583
        },
        {
            "start": 971452586,
            "stop": 971452667
        },
        {
            "start": 971452670,
            "stop": 971452699
        },
        {
            "start": 971452702,
            "stop": 971453488
        },
        {
            "start": 971453491,
            "stop": 971454343
        },
        {
            "start": 971454346,
            "stop": 971454530
        }
    ]
}