I am sure that these are range search queries, i.e. request a portion of the document (for example, resuming file download).
14.35.2 Range Search Requests
HTTP lookup requests using conditional or unconditional GET
methods MAY request one or more sub-ranges of an object, not the entire object, using the range of the request header that applies to the object returned from the request:
If it is ETag
weak (starts with W/
), then it cannot be used to search for a range - only strong validators can be used for this, or the client may receive an inconsistent file.
source
share