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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 9,
    "results": [
        {
            "start": 931355283,
            "stop": 931355682
        },
        {
            "start": 931355699,
            "stop": 931359222
        },
        {
            "start": 931359243,
            "stop": 931359283
        },
        {
            "start": 931360459,
            "stop": 931360460
        },
        {
            "start": 931360461,
            "stop": 931360546
        },
        {
            "start": 931360588,
            "stop": 931360596
        },
        {
            "start": 931360615,
            "stop": 931360626
        },
        {
            "start": 931360644,
            "stop": 931360663
        },
        {
            "start": 931360686,
            "stop": 931360721
        },
        {
            "start": 931360739,
            "stop": 931360747
        },
        {
            "start": 931360767,
            "stop": 931360788
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931402329
        },
        {
            "start": 931402346,
            "stop": 931403310
        },
        {
            "start": 931403328,
            "stop": 931403446
        },
        {
            "start": 931403464,
            "stop": 931403482
        },
        {
            "start": 931403515,
            "stop": 931403536
        },
        {
            "start": 931418986,
            "stop": 931419103
        },
        {
            "start": 931419105,
            "stop": 931422085
        }
    ]
}