37parser.add_argument("start", metavar="START", type=int, help="Set the start GPS time.")
38parser.add_argument("end", metavar="END", type=int, help="Set the end GPS time.")
39parser.add_argument("ifo", metavar="IFO", nargs="+", help="Set the instruments to process, e.g. H1.")
40parser.add_argument("--no-cert", action="store_true", help="Turn off SSL certificate validation. Default: False.")
41parser.add_argument("-o", "--output", metavar="file", default="segments.xml.gz", help="Set the name of the segments file generated. Default: segments.xml.gz")