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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 16,
    "results": [
        {
            "start": 1238355129,
            "stop": 1238355133
        },
        {
            "start": 1238355135,
            "stop": 1238355155
        },
        {
            "start": 1238355156,
            "stop": 1238355230
        },
        {
            "start": 1238355231,
            "stop": 1238355235
        },
        {
            "start": 1238355236,
            "stop": 1238355248
        },
        {
            "start": 1238355249,
            "stop": 1238355254
        },
        {
            "start": 1238355255,
            "stop": 1238355451
        },
        {
            "start": 1238355452,
            "stop": 1238355454
        },
        {
            "start": 1238355455,
            "stop": 1238355494
        },
        {
            "start": 1238355497,
            "stop": 1238355514
        },
        {
            "start": 1238355516,
            "stop": 1238355521
        },
        {
            "start": 1238355522,
            "stop": 1238355551
        },
        {
            "start": 1238355552,
            "stop": 1238355554
        },
        {
            "start": 1238355555,
            "stop": 1238355583
        },
        {
            "start": 1238355584,
            "stop": 1238355585
        },
        {
            "start": 1238355586,
            "stop": 1238355602
        },
        {
            "start": 1238355603,
            "stop": 1238355604
        },
        {
            "start": 1238355605,
            "stop": 1238355620
        },
        {
            "start": 1238355621,
            "stop": 1238355624
        },
        {
            "start": 1238355625,
            "stop": 1238355639
        }
    ]
}