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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 78,
    "results": [
        {
            "start": 1173394923,
            "stop": 1173396099
        },
        {
            "start": 1173396100,
            "stop": 1173396101
        },
        {
            "start": 1173396102,
            "stop": 1173396103
        },
        {
            "start": 1173396104,
            "stop": 1173400844
        },
        {
            "start": 1173407803,
            "stop": 1173419426
        },
        {
            "start": 1173423236,
            "stop": 1173441620
        },
        {
            "start": 1173441622,
            "stop": 1173441682
        },
        {
            "start": 1173441683,
            "stop": 1173441685
        },
        {
            "start": 1173441692,
            "stop": 1173461642
        },
        {
            "start": 1173461646,
            "stop": 1173465038
        },
        {
            "start": 1173465042,
            "stop": 1173466223
        },
        {
            "start": 1173466227,
            "stop": 1173468902
        },
        {
            "start": 1173468904,
            "stop": 1173473715
        },
        {
            "start": 1173473719,
            "stop": 1173476098
        },
        {
            "start": 1173476101,
            "stop": 1173478497
        },
        {
            "start": 1173478500,
            "stop": 1173493177
        },
        {
            "start": 1173493178,
            "stop": 1173496728
        },
        {
            "start": 1173496732,
            "stop": 1173503730
        },
        {
            "start": 1173503731,
            "stop": 1173503737
        },
        {
            "start": 1173503738,
            "stop": 1173505223
        }
    ]
}