Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 366,
    "results": [
        {
            "start": 1181747580,
            "stop": 1181749684
        },
        {
            "start": 1181749685,
            "stop": 1181750204
        },
        {
            "start": 1181750205,
            "stop": 1181750786
        },
        {
            "start": 1181750787,
            "stop": 1181750934
        },
        {
            "start": 1181750935,
            "stop": 1181750956
        },
        {
            "start": 1181750957,
            "stop": 1181751604
        },
        {
            "start": 1181751605,
            "stop": 1181751962
        },
        {
            "start": 1181751963,
            "stop": 1181752150
        },
        {
            "start": 1181752151,
            "stop": 1181752156
        },
        {
            "start": 1181752157,
            "stop": 1181752212
        },
        {
            "start": 1181752213,
            "stop": 1181752878
        },
        {
            "start": 1181752880,
            "stop": 1181752901
        },
        {
            "start": 1181752904,
            "stop": 1181752918
        },
        {
            "start": 1181752921,
            "stop": 1181752931
        },
        {
            "start": 1181752933,
            "stop": 1181752934
        },
        {
            "start": 1181752937,
            "stop": 1181753220
        },
        {
            "start": 1181753221,
            "stop": 1181754128
        },
        {
            "start": 1181754129,
            "stop": 1181754168
        },
        {
            "start": 1181754169,
            "stop": 1181754367
        },
        {
            "start": 1181754368,
            "stop": 1181755048
        }
    ]
}