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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40812",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40813,
    "results": [
        {
            "start": 875022034,
            "stop": 875022046
        },
        {
            "start": 875022047,
            "stop": 875022048
        },
        {
            "start": 875022050,
            "stop": 875022051
        },
        {
            "start": 875022055,
            "stop": 875022056
        },
        {
            "start": 875022058,
            "stop": 875022071
        },
        {
            "start": 875022072,
            "stop": 875022081
        },
        {
            "start": 875022089,
            "stop": 875022094
        },
        {
            "start": 875022095,
            "stop": 875022105
        },
        {
            "start": 875022106,
            "stop": 875022113
        },
        {
            "start": 875022114,
            "stop": 875022115
        },
        {
            "start": 875022116,
            "stop": 875022120
        },
        {
            "start": 875022180,
            "stop": 875022197
        },
        {
            "start": 875022199,
            "stop": 875022205
        },
        {
            "start": 875022206,
            "stop": 875022224
        },
        {
            "start": 875022228,
            "stop": 875022239
        },
        {
            "start": 875022300,
            "stop": 875022313
        },
        {
            "start": 875022314,
            "stop": 875022317
        },
        {
            "start": 875022318,
            "stop": 875022331
        },
        {
            "start": 875022332,
            "stop": 875022335
        },
        {
            "start": 875022336,
            "stop": 875022340
        }
    ]
}