Hi,
In my opinion you should start reading the papers of the participating systems in TempEval-2.
Perhaps, in your early beginning it could be easier to use the TempEval-2 data wich is already tokenized (instead of TimeBank).
If your are planning to use NLP tools for PoS tagging, lemmatizing and syntactic parsing you will find the tokenized output in a tab format (for example, following TempEval-2 data) very similar to the feature vectors most machine learning techniques require as input and then useful for an easy start.
Hope this helps.
Hector