finding for each start time its end time, but taking only end time with BIT = 0.
for exemple:
for line no.1 : its easy i can take the line as is .
for line no. 2: i see that the BIT is 1 so i keep looking for 0 i get it at 5/1/2011 1:00 AM, so here i have START_TIME 2/1/2011 1:00 AM and END_TIME 5/1/2011 1:00 AM and the BIT will be 0.
for the last one: START_TIME 6/1/2011 12:00 PM and END_TIME 9/1/2011 12:00 AM but keep the BIT with the value 1.