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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5936",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5937,
    "results": [
        {
            "start": 875209154,
            "stop": 875209160
        },
        {
            "start": 875209163,
            "stop": 875209259
        },
        {
            "start": 875209263,
            "stop": 875209285
        },
        {
            "start": 875209288,
            "stop": 875209295
        },
        {
            "start": 875209298,
            "stop": 875209372
        },
        {
            "start": 875209375,
            "stop": 875209412
        },
        {
            "start": 875209415,
            "stop": 875209427
        },
        {
            "start": 875209430,
            "stop": 875209483
        },
        {
            "start": 875209487,
            "stop": 875209507
        },
        {
            "start": 875209510,
            "stop": 875209570
        },
        {
            "start": 875209573,
            "stop": 875209575
        },
        {
            "start": 875209581,
            "stop": 875209651
        },
        {
            "start": 875209655,
            "stop": 875209658
        },
        {
            "start": 875209661,
            "stop": 875209679
        },
        {
            "start": 875209682,
            "stop": 875209696
        },
        {
            "start": 875209699,
            "stop": 875209723
        },
        {
            "start": 875209726,
            "stop": 875209786
        },
        {
            "start": 875209789,
            "stop": 875209857
        },
        {
            "start": 875209861,
            "stop": 875209889
        },
        {
            "start": 875209892,
            "stop": 875209910
        }
    ]
}