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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=14",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 15,
    "results": [
        {
            "start": 818779585,
            "stop": 818779722
        },
        {
            "start": 818779816,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818794411
        },
        {
            "start": 818794949,
            "stop": 818795989
        },
        {
            "start": 818811645,
            "stop": 818818327
        },
        {
            "start": 818818522,
            "stop": 818831784
        },
        {
            "start": 818839467,
            "stop": 818840006
        },
        {
            "start": 818840787,
            "stop": 818843666
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818920235
        },
        {
            "start": 818923632,
            "stop": 818931742
        },
        {
            "start": 818931743,
            "stop": 818931745
        },
        {
            "start": 818932790,
            "stop": 818936007
        },
        {
            "start": 818936723,
            "stop": 818955687
        },
        {
            "start": 818955747,
            "stop": 818957986
        },
        {
            "start": 818958932,
            "stop": 818963160
        },
        {
            "start": 818963212,
            "stop": 818984421
        },
        {
            "start": 818984432,
            "stop": 818984433
        },
        {
            "start": 818984634,
            "stop": 818986862
        },
        {
            "start": 818987272,
            "stop": 818992488
        }
    ]
}