Introduce a SegmentList.to_table method
Created by: alurban
This PR introduces a new method, SegmentList.to_table
, to cast SegmentList
objects as type ~gwpy.table.Table
. This is provided mainly to have a way to write SegmentList
objects to standard CSV tables, which has proven useful in delivering data products to LIGO management; see this tool for the LIGO summary pages (requires LIGO.ORG
credentials).