Time Line for game object

I have more than one game object in my project I wont to know how to add time line for each one and move them in its time line.

What are you intending with “timeline”? A translation in space during time? If so, just use Translate to move your object, and WaitForSeconds to, as the name says, wait for a certain amount of seconds.