List segments. Segments are listed in no particular order.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of segments to fetch.
Token used for pagination.
Specifies which fields of the segments that should be set.
Filter to apply to the segments. This follows the lucene query string format
Provide fields and direction to sort by. Will always tiebreak on name. Format: {"<"}field_0{">"}:{"<"}direction{">"}, {"<"}field_1{">"}:{"<"}direction{">"} Example: displayName:desc,createTime:asc