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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 534,
    "results": [
        {
            "start": 1184921251,
            "stop": 1184921253
        },
        {
            "start": 1184921255,
            "stop": 1184921256
        },
        {
            "start": 1184921259,
            "stop": 1184921260
        },
        {
            "start": 1184921262,
            "stop": 1184921267
        },
        {
            "start": 1184921269,
            "stop": 1184921287
        },
        {
            "start": 1184921294,
            "stop": 1184921378
        },
        {
            "start": 1184921381,
            "stop": 1184921382
        },
        {
            "start": 1184921384,
            "stop": 1184921491
        },
        {
            "start": 1184921493,
            "stop": 1184921498
        },
        {
            "start": 1184921500,
            "stop": 1184921552
        },
        {
            "start": 1184921554,
            "stop": 1184921556
        },
        {
            "start": 1184921558,
            "stop": 1184921559
        },
        {
            "start": 1184921568,
            "stop": 1184921606
        },
        {
            "start": 1184921611,
            "stop": 1184922047
        },
        {
            "start": 1184922057,
            "stop": 1184922062
        },
        {
            "start": 1184922069,
            "stop": 1184922070
        },
        {
            "start": 1184922080,
            "stop": 1184922082
        },
        {
            "start": 1184922084,
            "stop": 1184922085
        },
        {
            "start": 1184922090,
            "stop": 1184922091
        },
        {
            "start": 1184922093,
            "stop": 1184922095
        }
    ]
}