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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1775",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1773",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1774,
    "results": [
        {
            "start": 959203916,
            "stop": 959203951
        },
        {
            "start": 959203953,
            "stop": 959203988
        },
        {
            "start": 959203990,
            "stop": 959203991
        },
        {
            "start": 959203993,
            "stop": 959204003
        },
        {
            "start": 959204005,
            "stop": 959204016
        },
        {
            "start": 959204018,
            "stop": 959204049
        },
        {
            "start": 959204051,
            "stop": 959204061
        },
        {
            "start": 959204063,
            "stop": 959204069
        },
        {
            "start": 959204071,
            "stop": 959204221
        },
        {
            "start": 959204223,
            "stop": 959204224
        },
        {
            "start": 959204225,
            "stop": 959204273
        },
        {
            "start": 959204275,
            "stop": 959204276
        },
        {
            "start": 959204278,
            "stop": 959204660
        },
        {
            "start": 959204664,
            "stop": 959204796
        },
        {
            "start": 959204798,
            "stop": 959204826
        },
        {
            "start": 959204828,
            "stop": 959204875
        },
        {
            "start": 959204877,
            "stop": 959205016
        },
        {
            "start": 959205019,
            "stop": 959205038
        },
        {
            "start": 959205043,
            "stop": 959205051
        },
        {
            "start": 959205054,
            "stop": 959205061
        }
    ]
}