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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14845",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14843",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14844,
    "results": [
        {
            "start": 971399789,
            "stop": 971399792
        },
        {
            "start": 971399793,
            "stop": 971399796
        },
        {
            "start": 971399800,
            "stop": 971399817
        },
        {
            "start": 971399819,
            "stop": 971399822
        },
        {
            "start": 971399824,
            "stop": 971399842
        },
        {
            "start": 971399844,
            "stop": 971399848
        },
        {
            "start": 971399849,
            "stop": 971399866
        },
        {
            "start": 971399868,
            "stop": 971399876
        },
        {
            "start": 971399878,
            "stop": 971399895
        },
        {
            "start": 971399896,
            "stop": 971399913
        },
        {
            "start": 971399914,
            "stop": 971399940
        },
        {
            "start": 971399942,
            "stop": 971399963
        },
        {
            "start": 971399964,
            "stop": 971399968
        },
        {
            "start": 971399971,
            "stop": 971399998
        },
        {
            "start": 971400000,
            "stop": 971400003
        },
        {
            "start": 971400005,
            "stop": 971400007
        },
        {
            "start": 971400008,
            "stop": 971400022
        },
        {
            "start": 971400026,
            "stop": 971400037
        },
        {
            "start": 971400039,
            "stop": 971400050
        },
        {
            "start": 971400052,
            "stop": 971400059
        }
    ]
}