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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3413
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3412",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3413,
    "results": [
        {
            "start": 969642772,
            "stop": 969643092
        },
        {
            "start": 969643095,
            "stop": 969643262
        },
        {
            "start": 969643265,
            "stop": 969643576
        },
        {
            "start": 969643579,
            "stop": 969643585
        },
        {
            "start": 969643606,
            "stop": 969644093
        },
        {
            "start": 969644098,
            "stop": 969644292
        },
        {
            "start": 969644295,
            "stop": 969644379
        },
        {
            "start": 969644382,
            "stop": 969644546
        },
        {
            "start": 969644549,
            "stop": 969644567
        },
        {
            "start": 969644747,
            "stop": 969644811
        },
        {
            "start": 969644814,
            "stop": 969644864
        },
        {
            "start": 969644867,
            "stop": 969644918
        },
        {
            "start": 969645107,
            "stop": 969645199
        },
        {
            "start": 969645202,
            "stop": 969645335
        },
        {
            "start": 969645338,
            "stop": 969645339
        },
        {
            "start": 969645360,
            "stop": 969645380
        },
        {
            "start": 969645383,
            "stop": 969645407
        },
        {
            "start": 969645527,
            "stop": 969645535
        },
        {
            "start": 969645539,
            "stop": 969645561
        },
        {
            "start": 969645564,
            "stop": 969645575
        }
    ]
}