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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=261",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 262,
    "results": [
        {
            "start": 934843331,
            "stop": 934843345
        },
        {
            "start": 934843347,
            "stop": 934843372
        },
        {
            "start": 934843375,
            "stop": 934843379
        },
        {
            "start": 934843382,
            "stop": 934843396
        },
        {
            "start": 934843399,
            "stop": 934851756
        },
        {
            "start": 934851761,
            "stop": 934851767
        },
        {
            "start": 934851770,
            "stop": 934851785
        },
        {
            "start": 934851787,
            "stop": 934851793
        },
        {
            "start": 934851796,
            "stop": 934851819
        },
        {
            "start": 934851821,
            "stop": 934851836
        },
        {
            "start": 934851840,
            "stop": 934855375
        },
        {
            "start": 934855377,
            "stop": 934855409
        },
        {
            "start": 934855414,
            "stop": 934855429
        },
        {
            "start": 934855432,
            "stop": 934855464
        },
        {
            "start": 934855466,
            "stop": 934855480
        },
        {
            "start": 934855486,
            "stop": 934858935
        },
        {
            "start": 934858938,
            "stop": 934858959
        },
        {
            "start": 934858961,
            "stop": 934858967
        },
        {
            "start": 934858970,
            "stop": 934858984
        },
        {
            "start": 934858986,
            "stop": 934859014
        }
    ]
}