Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1283
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1282",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1283,
    "results": [
        {
            "start": 959060767,
            "stop": 959060980
        },
        {
            "start": 959061708,
            "stop": 959061826
        },
        {
            "start": 959074765,
            "stop": 959082869
        },
        {
            "start": 959084674,
            "stop": 959085633
        },
        {
            "start": 959085887,
            "stop": 959087483
        },
        {
            "start": 959088840,
            "stop": 959098225
        },
        {
            "start": 959099529,
            "stop": 959119104
        },
        {
            "start": 959131619,
            "stop": 959137137
        },
        {
            "start": 959137487,
            "stop": 959158802
        },
        {
            "start": 959158808,
            "stop": 959168994
        },
        {
            "start": 959168995,
            "stop": 959169858
        },
        {
            "start": 959173883,
            "stop": 959174260
        },
        {
            "start": 959174261,
            "stop": 959174577
        },
        {
            "start": 959174579,
            "stop": 959174582
        },
        {
            "start": 959174583,
            "stop": 959174637
        },
        {
            "start": 959174639,
            "stop": 959174645
        },
        {
            "start": 959177057,
            "stop": 959179539
        },
        {
            "start": 959179645,
            "stop": 959183307
        },
        {
            "start": 959183309,
            "stop": 959183324
        },
        {
            "start": 959183326,
            "stop": 959183560
        }
    ]
}