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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46919",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46920,
    "results": [
        {
            "start": 875190812,
            "stop": 875190840
        },
        {
            "start": 875190842,
            "stop": 875190846
        },
        {
            "start": 875190849,
            "stop": 875190901
        },
        {
            "start": 875190902,
            "stop": 875190907
        },
        {
            "start": 875190910,
            "stop": 875190917
        },
        {
            "start": 875190918,
            "stop": 875190920
        },
        {
            "start": 875190922,
            "stop": 875190939
        },
        {
            "start": 875190940,
            "stop": 875190981
        },
        {
            "start": 875190982,
            "stop": 875190996
        },
        {
            "start": 875190997,
            "stop": 875191010
        },
        {
            "start": 875191011,
            "stop": 875191030
        },
        {
            "start": 875191031,
            "stop": 875191032
        },
        {
            "start": 875191035,
            "stop": 875191070
        },
        {
            "start": 875191073,
            "stop": 875191080
        },
        {
            "start": 875191083,
            "stop": 875191099
        },
        {
            "start": 875191100,
            "stop": 875191148
        },
        {
            "start": 875191152,
            "stop": 875191155
        },
        {
            "start": 875191156,
            "stop": 875191183
        },
        {
            "start": 875191184,
            "stop": 875191190
        },
        {
            "start": 875191191,
            "stop": 875191194
        }
    ]
}