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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 273,
    "results": [
        {
            "start": 931783095,
            "stop": 931783096
        },
        {
            "start": 931783098,
            "stop": 931783103
        },
        {
            "start": 931783108,
            "stop": 931783109
        },
        {
            "start": 931783113,
            "stop": 931783114
        },
        {
            "start": 931783117,
            "stop": 931783156
        },
        {
            "start": 931783158,
            "stop": 931783160
        },
        {
            "start": 931783162,
            "stop": 931783176
        },
        {
            "start": 931783177,
            "stop": 931783180
        },
        {
            "start": 931783184,
            "stop": 931783187
        },
        {
            "start": 931783189,
            "stop": 931783190
        },
        {
            "start": 931783192,
            "stop": 931783204
        },
        {
            "start": 931783206,
            "stop": 931783207
        },
        {
            "start": 931783208,
            "stop": 931783210
        },
        {
            "start": 931783213,
            "stop": 931783216
        },
        {
            "start": 931783220,
            "stop": 931783228
        },
        {
            "start": 931783230,
            "stop": 931783238
        },
        {
            "start": 931783239,
            "stop": 931783246
        },
        {
            "start": 931783247,
            "stop": 931783249
        },
        {
            "start": 931783251,
            "stop": 931783253
        },
        {
            "start": 931783255,
            "stop": 931783257
        }
    ]
}