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=553
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=554",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 553,
    "results": [
        {
            "start": 1185289378,
            "stop": 1185290849
        },
        {
            "start": 1185290851,
            "stop": 1185291335
        },
        {
            "start": 1185291337,
            "stop": 1185291499
        },
        {
            "start": 1185291501,
            "stop": 1185292555
        },
        {
            "start": 1185292558,
            "stop": 1185293218
        },
        {
            "start": 1185293220,
            "stop": 1185293739
        },
        {
            "start": 1185293741,
            "stop": 1185294434
        },
        {
            "start": 1185294436,
            "stop": 1185295392
        },
        {
            "start": 1185295394,
            "stop": 1185295866
        },
        {
            "start": 1185295869,
            "stop": 1185295870
        },
        {
            "start": 1185295872,
            "stop": 1185296039
        },
        {
            "start": 1185296041,
            "stop": 1185296633
        },
        {
            "start": 1185296636,
            "stop": 1185299342
        },
        {
            "start": 1185299344,
            "stop": 1185299964
        },
        {
            "start": 1185299966,
            "stop": 1185300827
        },
        {
            "start": 1185300829,
            "stop": 1185300833
        },
        {
            "start": 1185300835,
            "stop": 1185301113
        },
        {
            "start": 1185301116,
            "stop": 1185301117
        },
        {
            "start": 1185301119,
            "stop": 1185301120
        },
        {
            "start": 1185301123,
            "stop": 1185301644
        }
    ]
}