I have made a few changes. dist1 are the tuples of your sub list of 5 elements. Have a look and see if this is what you are looking for.
seq = {52.000, 52.289, 39.000,
0.000, -10.121, -19.000, -22.000, -28.203, -18.000, -6.000, -5.615,
0.000, 0.000, 1.770, 2.000, 4.000, 3.903,
2.000, -4.000, -3.729, -3.000, 4.000, 20.378, 20.000, 47.000,
74.958, 58.000, 54.000, 68.563, 40.000, 17.000, 16.861,
2.000, -4.000, -11.492, -11.000, -20.000, -21.798, -14.000, 6.000,
7.932, 10.000, -1.000, -4.688, -7.000, -7.000, -10.321, -7.000, \
-7.000, -10.321, -7.000, -7.000, -10.321, -7.000, -7.000, -10.321, \
-7.000, -7.000, -10.321, -7.000};
seq2 = {52.000, 52.289, 39.000,
0.000, -10.121, -19.000, -22.000, -28.203, -18.000, -6.000, -5.615,
0.000, 0.000, 1.770, 2.000, 4.000, 3.903,
2.000, -4.000, -3.729, -3.000, 4.000, 20.378, 20.000, 47.000,
74.958, 58.000, 54.000, 68.563, 40.000, 17.000, 16.861,
2.000, -4.000, -11.492, -11.000, -20.000, -21.798, -14.000, 6.000,
7.932, 10.000, -1.000, -4.688, -7.000, -7.000, -10.321, -7.000, \
-7.000, -10.321, -7.000, -7.000, -10.321, -7.000, -7.000, -10.321, \
-7.000, -7.000, -10.321, -7.000}; dist1 =
Tuples[{Partition[seq, 5], Partition[seq2, 5]}];
Table[CanonicalWarpingDistance[dist1[[i, 1]], dist1[[i, 2]],
Automatic, {"SlantedBand", 950},
Method -> {"MatchingInterval" -> "Flexible"},
DistanceFunction -> EuclideanDistance], {i, 1, Length[dist1]}]