Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=90",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 91,
    "results": [
        {
            "start": 817080840,
            "stop": 817081610
        },
        {
            "start": 817081617,
            "stop": 817082146
        },
        {
            "start": 817082355,
            "stop": 817082582
        },
        {
            "start": 817083020,
            "stop": 817084075
        },
        {
            "start": 817084088,
            "stop": 817084319
        },
        {
            "start": 817084326,
            "stop": 817084817
        },
        {
            "start": 817084824,
            "stop": 817085198
        },
        {
            "start": 817085205,
            "stop": 817085925
        },
        {
            "start": 817085932,
            "stop": 817090703
        },
        {
            "start": 817090715,
            "stop": 817097992
        },
        {
            "start": 817098005,
            "stop": 817099317
        },
        {
            "start": 817099330,
            "stop": 817101969
        },
        {
            "start": 817101982,
            "stop": 817103298
        },
        {
            "start": 817103311,
            "stop": 817103836
        },
        {
            "start": 817104130,
            "stop": 817105287
        },
        {
            "start": 817105299,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125856,
            "stop": 817133316
        },
        {
            "start": 817133345,
            "stop": 817136467
        },
        {
            "start": 817136479,
            "stop": 817139483
        }
    ]
}