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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=332",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 333,
    "results": [
        {
            "start": 823078431,
            "stop": 823078484
        },
        {
            "start": 823078665,
            "stop": 823078674
        },
        {
            "start": 823078682,
            "stop": 823078703
        },
        {
            "start": 823078723,
            "stop": 823078744
        },
        {
            "start": 823078751,
            "stop": 823078784
        },
        {
            "start": 823079029,
            "stop": 823079037
        },
        {
            "start": 823079051,
            "stop": 823079105
        },
        {
            "start": 823079113,
            "stop": 823079217
        },
        {
            "start": 823079244,
            "stop": 823079274
        },
        {
            "start": 823079287,
            "stop": 823079298
        },
        {
            "start": 823079306,
            "stop": 823079319
        },
        {
            "start": 823079326,
            "stop": 823079331
        },
        {
            "start": 823079338,
            "stop": 823079354
        },
        {
            "start": 823079362,
            "stop": 823079406
        },
        {
            "start": 823079419,
            "stop": 823079451
        },
        {
            "start": 823079472,
            "stop": 823079489
        },
        {
            "start": 823079543,
            "stop": 823079568
        },
        {
            "start": 823079575,
            "stop": 823079591
        },
        {
            "start": 823079605,
            "stop": 823079612
        },
        {
            "start": 823079633,
            "stop": 823079666
        }
    ]
}