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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=15",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 16,
    "results": [
        {
            "start": 818772853,
            "stop": 818775305
        },
        {
            "start": 818777674,
            "stop": 818779393
        },
        {
            "start": 818779402,
            "stop": 818779404
        },
        {
            "start": 818779585,
            "stop": 818779693
        },
        {
            "start": 818779720,
            "stop": 818779722
        },
        {
            "start": 818779816,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818794381
        },
        {
            "start": 818794949,
            "stop": 818795953
        },
        {
            "start": 818811645,
            "stop": 818818327
        },
        {
            "start": 818818522,
            "stop": 818831754
        },
        {
            "start": 818839467,
            "stop": 818839976
        },
        {
            "start": 818840787,
            "stop": 818843653
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818920205
        },
        {
            "start": 818923632,
            "stop": 818931733
        },
        {
            "start": 818931741,
            "stop": 818931742
        },
        {
            "start": 818931743,
            "stop": 818931745
        },
        {
            "start": 818932790,
            "stop": 818935977
        },
        {
            "start": 818936723,
            "stop": 818955673
        },
        {
            "start": 818955684,
            "stop": 818955687
        }
    ]
}