parser.add_argument("--job-start",type=int,help="job id to start aggregating from")
parser.add_argument("--route",action="append",help="Specify routes to download. Can be given multiple times.")
parser.add_argument("--data-type",action="append",help="Specify datatypes to aggregate from 'min', 'max', 'median'. Can be given multiple times. Default all")
parser.add_argument("--dump-period",type=float,default=1.,help="Wait this many seconds between dumps of the URLs (default = 1., set to 0 to disable)")
parser.add_argument("--num-jobs",action="store",type=int,default=10,help="number of running jobs")
parser.add_argument("--job-tag",help="Collect URLs for jobs reporting this job tag (default = collect all gstlal_inspiral URLs).")