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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29330",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29331,
    "results": [
        {
            "start": 971243678,
            "stop": 971243683
        },
        {
            "start": 971243684,
            "stop": 971243690
        },
        {
            "start": 971243691,
            "stop": 971243694
        },
        {
            "start": 971243696,
            "stop": 971243724
        },
        {
            "start": 971243725,
            "stop": 971243727
        },
        {
            "start": 971243729,
            "stop": 971243742
        },
        {
            "start": 971243743,
            "stop": 971243757
        },
        {
            "start": 971243758,
            "stop": 971243778
        },
        {
            "start": 971243779,
            "stop": 971243805
        },
        {
            "start": 971243806,
            "stop": 971243814
        },
        {
            "start": 971243816,
            "stop": 971243826
        },
        {
            "start": 971243828,
            "stop": 971243872
        },
        {
            "start": 971243874,
            "stop": 971243912
        },
        {
            "start": 971243914,
            "stop": 971243925
        },
        {
            "start": 971243926,
            "stop": 971243968
        },
        {
            "start": 971243970,
            "stop": 971243980
        },
        {
            "start": 971243981,
            "stop": 971244011
        },
        {
            "start": 971244012,
            "stop": 971244016
        },
        {
            "start": 971244018,
            "stop": 971244030
        },
        {
            "start": 971244031,
            "stop": 971244050
        }
    ]
}