You can Build the TimeLine using Ajax Call
< div class="myjtline" > </ div >
$('.myjtline').jTLine({
callType: 'ajax',
url: '../js/data.json' // your service url that return json
});