Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=447
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=448",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=446",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 447,
    "results": [
        {
            "start": 1183000348,
            "stop": 1183000372
        },
        {
            "start": 1183000375,
            "stop": 1183001195
        },
        {
            "start": 1183001197,
            "stop": 1183001455
        },
        {
            "start": 1183001457,
            "stop": 1183002823
        },
        {
            "start": 1183002824,
            "stop": 1183004360
        },
        {
            "start": 1183004362,
            "stop": 1183004367
        },
        {
            "start": 1183004375,
            "stop": 1183007043
        },
        {
            "start": 1183007045,
            "stop": 1183008194
        },
        {
            "start": 1183008196,
            "stop": 1183008338
        },
        {
            "start": 1183008342,
            "stop": 1183010266
        },
        {
            "start": 1183010270,
            "stop": 1183011174
        },
        {
            "start": 1183011176,
            "stop": 1183011274
        },
        {
            "start": 1183011277,
            "stop": 1183011788
        },
        {
            "start": 1183011790,
            "stop": 1183011971
        },
        {
            "start": 1183011973,
            "stop": 1183013294
        },
        {
            "start": 1183013296,
            "stop": 1183013299
        },
        {
            "start": 1183013301,
            "stop": 1183013303
        },
        {
            "start": 1183013305,
            "stop": 1183013307
        },
        {
            "start": 1183013309,
            "stop": 1183013507
        },
        {
            "start": 1183013512,
            "stop": 1183014036
        }
    ]
}