List segments
List log segments whose start sequence falls within the given range. Segments are the physical storage units of the log.
get/api/v1/log/segments
Query parameters
start_seqinteger
Start sequence number (inclusive). Defaults to 0.
end_seqinteger
End sequence number (exclusive). Defaults to max uint64.
Response
List of segments.
Example response
{
"status": "success"
}