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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=457",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 458,
    "results": [
        {
            "start": 847829146,
            "stop": 847829166
        },
        {
            "start": 847829167,
            "stop": 847829188
        },
        {
            "start": 847829190,
            "stop": 847829194
        },
        {
            "start": 847829195,
            "stop": 847829231
        },
        {
            "start": 847829233,
            "stop": 847829251
        },
        {
            "start": 847829252,
            "stop": 847829273
        },
        {
            "start": 847829274,
            "stop": 847829277
        },
        {
            "start": 847829278,
            "stop": 847829294
        },
        {
            "start": 847829295,
            "stop": 847829326
        },
        {
            "start": 847829327,
            "stop": 847829359
        },
        {
            "start": 847829361,
            "stop": 847829362
        },
        {
            "start": 847829363,
            "stop": 847829376
        },
        {
            "start": 847829377,
            "stop": 847829379
        },
        {
            "start": 847829380,
            "stop": 847829401
        },
        {
            "start": 847829403,
            "stop": 847829419
        },
        {
            "start": 847829420,
            "stop": 847829443
        },
        {
            "start": 847829444,
            "stop": 847829464
        },
        {
            "start": 847829465,
            "stop": 847829467
        },
        {
            "start": 847829468,
            "stop": 847829486
        },
        {
            "start": 847829487,
            "stop": 847829490
        }
    ]
}