Buiding a remote query for .../latest_Transients

With Mathieu’s Kind help, we succeeded to build a remote query to Colibri API.

  • sorry for the broken indentation
  • In bold, still undocumented hacks.
    Here you are:
    {
    “filter”: {
    “type”: “OrSpecification”,
    “specs”: [
    {
    “type”: “FieldSpecification”,
    “field”: “transient_flux”,
    “value”: 22,
    “operation”: “<”,
    “typeField”: “float”
    },
    {
    “type”: “FieldSpecification”,
    “field”: “type”,
    “value”: “ot_sn”,
    “operation”: “==”,
    “typeField”: “string”
    }
    ]
    },
    “return_format”: “json”,
    “time_range”: {
    “min”: “2024-02-22T00:00:00.000Z”,
    “max”: “2024-03-07T00:00:00.000Z”
    }
    }
3 Likes