| 
       
     | 
      
        
          parse_args() 
      Parses the command line arguments. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          plot_segments(segdict,
        onsource,
        offsource,
        centertime,
        plot_window,
        output_filename,
        tag) 
      Creates time series plots of segments for each IFO. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          check_segment_availability(grb_name,
        grb_time,
        query_start,
        query_end,
        offset,
        ifo,
        segmentName) 
      Searches +/- offset from GRB time to download the latest segment 
      lists then extracts times and puts them into a txt file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          exttrig_dataquery(grb_name,
        grb_time,
        grb_ra,
        grb_dec,
        offset,
        config_file,
        extend=False,
        useold=False,
        make_plots=False,
        make_xml=False) 
      Finds science time of all available IFOs. | 
          
            source code
            
           | 
         
       
      
     |