Get Duration of Timestamp

free Category:Basic

Get Duration of Timestamp gets the duration of the timestamp

If the timestamp is a list, it will return a list of durations corresponding to each timestamp

E.g:

Timestamp: [(0, 10), (20, 30)]

Will create the following: [10, 10]

Inputs

type name edge
timestamp timestamp True

Outputs

type name edge
number duration True