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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=480",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 481,
    "results": [
        {
            "start": 821791147,
            "stop": 821791151
        },
        {
            "start": 821791154,
            "stop": 821791164
        },
        {
            "start": 821791167,
            "stop": 821791168
        },
        {
            "start": 821791171,
            "stop": 821791174
        },
        {
            "start": 821791177,
            "stop": 821791178
        },
        {
            "start": 821791184,
            "stop": 821791186
        },
        {
            "start": 821791198,
            "stop": 821791199
        },
        {
            "start": 821791204,
            "stop": 821791209
        },
        {
            "start": 821791217,
            "stop": 821791218
        },
        {
            "start": 821791221,
            "stop": 821791224
        },
        {
            "start": 821791236,
            "stop": 821791241
        },
        {
            "start": 821791245,
            "stop": 821791260
        },
        {
            "start": 821791263,
            "stop": 821791264
        },
        {
            "start": 821791274,
            "stop": 821791278
        },
        {
            "start": 821791288,
            "stop": 821791294
        },
        {
            "start": 821791297,
            "stop": 821791299
        },
        {
            "start": 821791302,
            "stop": 821791305
        },
        {
            "start": 821791309,
            "stop": 821791314
        },
        {
            "start": 821791320,
            "stop": 821791327
        },
        {
            "start": 821791330,
            "stop": 821791338
        }
    ]
}