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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=69",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 70,
    "results": [
        {
            "start": 931403097,
            "stop": 931403098
        },
        {
            "start": 931403104,
            "stop": 931403108
        },
        {
            "start": 931403114,
            "stop": 931403120
        },
        {
            "start": 931403126,
            "stop": 931403137
        },
        {
            "start": 931403142,
            "stop": 931403144
        },
        {
            "start": 931403155,
            "stop": 931403156
        },
        {
            "start": 931403161,
            "stop": 931403172
        },
        {
            "start": 931403178,
            "stop": 931403210
        },
        {
            "start": 931403216,
            "stop": 931403229
        },
        {
            "start": 931403248,
            "stop": 931403259
        },
        {
            "start": 931403265,
            "stop": 931403274
        },
        {
            "start": 931403284,
            "stop": 931403295
        },
        {
            "start": 931403312,
            "stop": 931403341
        },
        {
            "start": 931403349,
            "stop": 931403381
        },
        {
            "start": 931403389,
            "stop": 931403391
        },
        {
            "start": 931403399,
            "stop": 931403421
        },
        {
            "start": 931403426,
            "stop": 931403430
        },
        {
            "start": 931403435,
            "stop": 931403456
        },
        {
            "start": 931403466,
            "stop": 931403484
        },
        {
            "start": 931403490,
            "stop": 931403506
        }
    ]
}