{% extends "base.html" %} {% block title %}Home{% endblock %} {% block heading %}{% endblock %} {% block pageid %}home{% endblock %} {% block jscript %} {% endblock %} {% block content %} {% if recent_events != "" %}

Recent Events


{% endif %}

{% if title %} {{ title }} {% else %} GraceDB Overview {% endif %}

The gravitational-wave candidate event database (GraceDB) is a service operated by the LIGO Scientific Collaboration. It provides a centralized location for aggregating and retrieving information about candidate gravitational-wave events. GraceDB provides an API for programmatic access, and a client package is available for interacting with the API.

Useful information

{% if information %} {{ information|safe }} {% endif %}

Server code version: {{server_version}}

{% if signoff_authorized %} {% if signoff_superevent_ids|length or new_signoff_graceids|length or older_signoff_graceids|length %}

Attention {{signoff_instrument}} Operator


{% if signoff_superevent_ids|length %}

The following superevents require your signoff:

{% if signoff_superevent_ids|length %} {% endif %} {% endif %} {% if new_signoff_graceids|length or older_signoff_graceids|length %}

The following events require your sign-off:

{% if new_signoff_graceids|length %}

Events submitted within the last 24 hours:

{% endif %} {% if older_signoff_graceids|length %}

Events older than 24 hours:

{% endif %} {% endif %}

Please click on the link(s) above and use the form at the top of the page.

{% endif %} {% endif %} {% if recent_events %} {% endif %} {% endblock %}