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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=50",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 51,
    "results": [
        {
            "start": 821604602,
            "stop": 821612931
        },
        {
            "start": 821625020,
            "stop": 821625188
        },
        {
            "start": 821625984,
            "stop": 821628433
        },
        {
            "start": 821628473,
            "stop": 821628474
        },
        {
            "start": 821628703,
            "stop": 821629333
        },
        {
            "start": 821630884,
            "stop": 821635213
        },
        {
            "start": 821636981,
            "stop": 821641512
        },
        {
            "start": 821642231,
            "stop": 821648095
        },
        {
            "start": 821649297,
            "stop": 821649973
        },
        {
            "start": 821649977,
            "stop": 821649978
        },
        {
            "start": 821650135,
            "stop": 821653445
        },
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821657286
        },
        {
            "start": 821657287,
            "stop": 821659661
        },
        {
            "start": 821660538,
            "stop": 821663953
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821681653
        },
        {
            "start": 821682347,
            "stop": 821684623
        },
        {
            "start": 821685363,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821718648
        }
    ]
}