ee.List.slice

Returns a portion of list between the start index, inclusive, and end index, exclusive. Negative values for start or end count backwards from the end of the list. Values greater than the size of the list are legal but are truncated to the size of list.

UsageReturns
List.slice(start, end, step)List
ArgumentTypeDetails
this: listList
startInteger
endInteger, default: null
stepInteger, default: null