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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6673",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6674,
    "results": [
        {
            "start": 875085961,
            "stop": 875086014
        },
        {
            "start": 875086015,
            "stop": 875087225
        },
        {
            "start": 875087226,
            "stop": 875087350
        },
        {
            "start": 875087351,
            "stop": 875087357
        },
        {
            "start": 875087358,
            "stop": 875087905
        },
        {
            "start": 875087907,
            "stop": 875087924
        },
        {
            "start": 875087927,
            "stop": 875087963
        },
        {
            "start": 875087967,
            "stop": 875088018
        },
        {
            "start": 875088019,
            "stop": 875088064
        },
        {
            "start": 875088065,
            "stop": 875089485
        },
        {
            "start": 875089486,
            "stop": 875089807
        },
        {
            "start": 875089808,
            "stop": 875089990
        },
        {
            "start": 875089991,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875090118
        },
        {
            "start": 875090119,
            "stop": 875091683
        },
        {
            "start": 875091684,
            "stop": 875091699
        },
        {
            "start": 875091700,
            "stop": 875091917
        },
        {
            "start": 875091918,
            "stop": 875092002
        },
        {
            "start": 875092004,
            "stop": 875092123
        },
        {
            "start": 875092124,
            "stop": 875093481
        }
    ]
}