get aggregations of annotations based on a sliding windowAsk AIget https://api.pennsieve.io/timeseries/{id}/annotations/windowPath ParamsidstringrequiredId of the timeseries package to aggregate annotations forQuery ParamslayerIdsarray of int32srequiredIds of the layers the annotations belong to. Multiparameter - specify as layerIds=1&layerIds=2...layerIds*ADD int32aggregationstringrequiredAggregation function to run over the values of the annotationsstartint64requiredThe starting time of the range to query over in microseconds (inclusive)endint64requiredThe ending time of the the range to query over in microseconds (exclusive)periodint64requiredThe length of time to group the counts of annotations by in microsecondschannelIdsarray of stringslist of channel ids If absent, use all channels. Multiparameter - specify as channelIds=abc&channelIds=def... channelIdsADD stringmergePeriodsbooleanmerge consecutive result periods together to reduce the size of the result payloadtruefalsestartAtEpochbooleanReturned timestamps will be relative to the minimum package timetruefalseResponse 200OKUpdated almost 5 years ago