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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5014",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5015,
    "results": [
        {
            "start": 874552556,
            "stop": 874552606
        },
        {
            "start": 874552613,
            "stop": 874552628
        },
        {
            "start": 874552635,
            "stop": 874552686
        },
        {
            "start": 874552693,
            "stop": 874552700
        },
        {
            "start": 874552708,
            "stop": 874552724
        },
        {
            "start": 874552732,
            "stop": 874552733
        },
        {
            "start": 874552741,
            "stop": 874552781
        },
        {
            "start": 874552788,
            "stop": 874552878
        },
        {
            "start": 874552885,
            "stop": 874552909
        },
        {
            "start": 874552916,
            "stop": 874552924
        },
        {
            "start": 874552932,
            "stop": 874552945
        },
        {
            "start": 874552952,
            "stop": 874552957
        },
        {
            "start": 874552967,
            "stop": 874553104
        },
        {
            "start": 874553111,
            "stop": 874553129
        },
        {
            "start": 874553140,
            "stop": 874553214
        },
        {
            "start": 874553227,
            "stop": 874553237
        },
        {
            "start": 874553248,
            "stop": 874553252
        },
        {
            "start": 874553259,
            "stop": 874553272
        },
        {
            "start": 874553279,
            "stop": 874553320
        },
        {
            "start": 874553327,
            "stop": 874553458
        }
    ]
}