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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 56,
    "results": [
        {
            "start": 1130861886,
            "stop": 1130862387
        },
        {
            "start": 1130862395,
            "stop": 1130864259
        },
        {
            "start": 1130875481,
            "stop": 1130880752
        },
        {
            "start": 1130880759,
            "stop": 1130886861
        },
        {
            "start": 1130886868,
            "stop": 1130889786
        },
        {
            "start": 1130893220,
            "stop": 1130896274
        },
        {
            "start": 1130896281,
            "stop": 1130903858
        },
        {
            "start": 1130903865,
            "stop": 1130904868
        },
        {
            "start": 1130904876,
            "stop": 1130909102
        },
        {
            "start": 1130909103,
            "stop": 1130912116
        },
        {
            "start": 1130912123,
            "stop": 1130913318
        },
        {
            "start": 1130913319,
            "stop": 1130916519
        },
        {
            "start": 1130941035,
            "stop": 1130943507
        },
        {
            "start": 1130943508,
            "stop": 1130945500
        },
        {
            "start": 1130945507,
            "stop": 1130947695
        },
        {
            "start": 1130947696,
            "stop": 1130959993
        },
        {
            "start": 1130959994,
            "stop": 1130965832
        },
        {
            "start": 1130969522,
            "stop": 1130971641
        },
        {
            "start": 1130971642,
            "stop": 1130979647
        },
        {
            "start": 1130979648,
            "stop": 1130982406
        }
    ]
}