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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=70",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 71,
    "results": [
        {
            "start": 824621228,
            "stop": 824629448
        },
        {
            "start": 824629768,
            "stop": 824631056
        },
        {
            "start": 824664694,
            "stop": 824667678
        },
        {
            "start": 824668078,
            "stop": 824668404
        },
        {
            "start": 824669431,
            "stop": 824669560
        },
        {
            "start": 824670686,
            "stop": 824671432
        },
        {
            "start": 824673478,
            "stop": 824674167
        },
        {
            "start": 824675684,
            "stop": 824676237
        },
        {
            "start": 824680902,
            "stop": 824682983
        },
        {
            "start": 824684705,
            "stop": 824686077
        },
        {
            "start": 824690769,
            "stop": 824693661
        },
        {
            "start": 824694061,
            "stop": 824694228
        },
        {
            "start": 824695911,
            "stop": 824720639
        },
        {
            "start": 824778001,
            "stop": 824778032
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807198
        },
        {
            "start": 824820405,
            "stop": 824825526
        },
        {
            "start": 824828013,
            "stop": 824831042
        },
        {
            "start": 824831442,
            "stop": 824833078
        },
        {
            "start": 824834302,
            "stop": 824837875
        }
    ]
}