hold on
plot([date(16,15,36,34) date(16,16,12,23)], [1 1],'g-','LineWidth',5)
plot([date(17,6,7,54) date(21,16,19,56)], [1 1] ,'g-','LineWidth',5)
plot([date(22,10,20,10) date( 22,22,36,1)], [1 1] ,'g-','LineWidth',5)
plot([date(23,10,20,19) date(23,17,14,30) ], [1 1], 'g-','LineWidth',5)

plot([date(16,15,36,34) date(16,16,12,23)], [2 2],'g-','LineWidth',5)
plot([date(17,6,7,54) date(21,16,19,56)], [2 2] ,'g-','LineWidth',5)
plot([date(22,10,20,10) date( 22,22,36,1)], [2 2] ,'g-','LineWidth',5)
plot([date(23,10,20,19) date(23,17,14,30) ], [2 2], 'g-','LineWidth',5)

plot([date(16,15,36,34) date(16,16,12,23)], [3 3],'g-','LineWidth',5)
plot([date(17,6,7,54) date(21,16,19,56)], [3 3] ,'g-','LineWidth',5)
plot([date(22,10,20,10) date( 22,22,36,1)], [3 3] ,'g-','LineWidth',5)
plot([date(23,10,20,19) date(23,17,14,30) ], [3 3], 'g-','LineWidth',5)

plot([date(16,15,36,34) date(16,16,12,23)], [4 4],'g-','LineWidth',5)
plot([date(17,6,7,54) date(21,16,19,56)], [4 4] ,'g-','LineWidth',5)
plot([date(22,10,20,10) date( 22,22,36,1)], [4 4] ,'g-','LineWidth',5)
plot([date(23,10,20,19) date(23,17,14,30) ], [4 4], 'g-','LineWidth',5)


plot([date(18,16,25,56) date(21,16,50,0)], [5 5],'b-','LineWidth',5)
plot([date(21,18,47,3) date(25,16,32,10)], [5 5],'b-','LineWidth',5)
plot([date(18,16,25,56) date(21,16,50,0)], [7 7],'b-','LineWidth',5)
plot([date(21,18,47,3) date(22,0,0,0)], [7 7],'b-','LineWidth',5)
plot([date(18,16,25,56) date(21,16,50,0)], [8 8],'b-','LineWidth',5)
plot([date(21,18,47,3) date(22,0,0,0)], [8 8],'b-','LineWidth',5)

plot([date(19,12,54,27) date(21,16,50,0)], [9 9],'r-','LineWidth',5)
plot([date(23,13,33,17) date(25,01,33,30)], [9 9],'r-','LineWidth',5)
plot([date(19,12,54,27) date(21,16,50,0)], [10 10],'r-','LineWidth',5)
plot([date(23,13,33,17) date(25,01,33,30)], [10 10],'r-','LineWidth',5)
plot([date(19,12,54,27) date(21,16,50,0)], [11 11],'r-','LineWidth',5)
plot([date(23,13,33,17) date(25,01,33,30)], [11 11],'r-','LineWidth',5)
plot([date(19,12,54,27) date(21,16,50,0)], [12 12],'r-','LineWidth',5)
plot([date(23,13,33,17) date(25,01,33,30)], [12 12],'r-','LineWidth',5)


set(gca,'ytick',1:12)
set(gca,'yticklabel',['For1'; 'For4'; 'For5'; 'For6'; 'Fos1'; 'Fos4'; 'Fos5'; 'Fos6'; 'Hel1'; 'Hel4'; 'Hel5'; 'Hel6'])
axis([16 26 0 13])
ylabel('Channel')
xlabel('Time (May d+h+m+s 2001)')
title('Timeline Stromboli Experiment 2001, UNC-CH')