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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=89",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 90,
    "results": [
        {
            "start": 960090584,
            "stop": 960091940
        },
        {
            "start": 960094767,
            "stop": 960097488
        },
        {
            "start": 960099816,
            "stop": 960103786
        },
        {
            "start": 960105396,
            "stop": 960128302
        },
        {
            "start": 960134566,
            "stop": 960135952
        },
        {
            "start": 960169058,
            "stop": 960171292
        },
        {
            "start": 960176577,
            "stop": 960176607
        },
        {
            "start": 960176733,
            "stop": 960180177
        },
        {
            "start": 960180768,
            "stop": 960183207
        },
        {
            "start": 960187219,
            "stop": 960195941
        },
        {
            "start": 960200243,
            "stop": 960201199
        },
        {
            "start": 960204199,
            "stop": 960205373
        },
        {
            "start": 960209933,
            "stop": 960212251
        },
        {
            "start": 960224849,
            "stop": 960224920
        },
        {
            "start": 960230102,
            "stop": 960231484
        },
        {
            "start": 960240861,
            "stop": 960243238
        },
        {
            "start": 960245646,
            "stop": 960246008
        },
        {
            "start": 960276755,
            "stop": 960277644
        },
        {
            "start": 960283529,
            "stop": 960284509
        },
        {
            "start": 960286288,
            "stop": 960286674
        }
    ]
}