Thanks a lot for your help. Is there I managed to implement them using intervals but the interpolation for moving the lines uniformly is not working for some reason. Could you please help me with that?
Here is my code so far for that particular packet.
{
“id”: “penumbra”,
“name”: “sunlight/penumbra”,
“polyline”: {
"positions":[
{
"interval":"2017-08-23T18:56:20T/2017-08-23T18:56:22T",
"cartesian":[-426949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
},
{
"interval":"2017-08-23T18:56:22T/2017-08-23T18:56:24T",
"cartesian":[-536949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
},
{
"interval":"2017-08-23T18:56:24T/2017-08-23T18:56:26T",
"cartesian":[-646949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
},
{
"interval":"2017-08-23T18:56:26T/2017-08-23T18:56:28T",
"cartesian":[-756949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
},
{
"interval":"2017-08-23T18:56:28T/2017-08-23T18:56:30T",
"cartesian":[-866949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
},
{
"interval":"2017-08-23T18:56:30T/2017-08-23T18:56:32T",
"cartesian":[-976949.94215134426,-7640242.744862489,5219269.5339601585,-446949.94215134426,-6540242.744862489,6119269.5339601585,886983.8188979052,-701371.5528624209,-6241158.163957005,3680046.411423023,4155567.993615343,-3130986.5612151613,2667443.2900212044,4875184.890210869,3119672.894708141,-1033361.8986951738,734328.7961559445,6229926.385185096 ]
}
],
“width”: 1,
“material”:{
"solidColor" : {
"color":{
"rgba" : [223,145,123,233]
}
}
},
"show": true,
"loop": true,
"interpolationAlgorithm":"LAGRANGE",
"interpolationDegree":5
}
}