You need to use a single filter, not two.
When you move the slider the first time, only one value changes, the other stays null. Add the code in red and remove the other filter.
If(start <> 0 and end <> o, GraphicalDatum.DeliverTime >= NewTime(DecimalToInteger(start), 0, 0) or GraphicalDatum.DeliverTime <= NewTime(DecimalToInteger(end), 0, 0), True)