{% extends "base.html" %} {% block title %}Search{% endblock %} {% block heading %}
Search for events or superevents

{% endblock %} {% block pageid %}search{% endblock %} {% block content %}

Use this form to query candidate events and superevents in GraceDB. Please refer to the Query Help Documentation for assistance. Test/MDC events and superevents are not included in the search results by default.

{{ form.query.errors }} {{ form.query }}
{{ form.query_type.errors }} {{ form.query_type }}
{{ form.get_neighbors.errors }} {{ form.get_neighbors }}


{% if message_text is not None %} {% endif %} {% if query_type == 'S' %}
{% elif query_type == 'E' %}
{% endif %} {% if query_type == 'S' %}
UID Labels FAR Preferred Event GW Events t0 Submitted: Submitted By:
UID Labels FAR Preferred Event GW Events t0 Submitted: Submitted By:
{% elif query_type == 'E' %}
UID Labels Group Pipeline Search Event Time Instruments FAR Submitted: Submitted By:
UID Labels Group Pipeline Search Event Time Instruments FAR Submitted: Submitted By:
{% endif %} {% endblock %}