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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7297",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7298,
    "results": [
        {
            "start": 875082242,
            "stop": 875082502
        },
        {
            "start": 875082503,
            "stop": 875082770
        },
        {
            "start": 875082771,
            "stop": 875083554
        },
        {
            "start": 875083555,
            "stop": 875083856
        },
        {
            "start": 875083858,
            "stop": 875083915
        },
        {
            "start": 875083916,
            "stop": 875084099
        },
        {
            "start": 875084100,
            "stop": 875084460
        },
        {
            "start": 875084461,
            "stop": 875084705
        },
        {
            "start": 875084706,
            "stop": 875085001
        },
        {
            "start": 875085003,
            "stop": 875085891
        },
        {
            "start": 875085892,
            "stop": 875085960
        },
        {
            "start": 875085961,
            "stop": 875086014
        },
        {
            "start": 875086015,
            "stop": 875087225
        },
        {
            "start": 875087226,
            "stop": 875087350
        },
        {
            "start": 875087351,
            "stop": 875087357
        },
        {
            "start": 875087358,
            "stop": 875087905
        },
        {
            "start": 875087907,
            "stop": 875087963
        },
        {
            "start": 875087964,
            "stop": 875088018
        },
        {
            "start": 875088019,
            "stop": 875088064
        },
        {
            "start": 875088065,
            "stop": 875089485
        }
    ]
}