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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 17,
    "results": [
        {
            "start": 1245191873,
            "stop": 1245239057
        },
        {
            "start": 1245239160,
            "stop": 1245242924
        },
        {
            "start": 1245250589,
            "stop": 1245294660
        },
        {
            "start": 1245295020,
            "stop": 1245295080
        },
        {
            "start": 1245295320,
            "stop": 1245296820
        },
        {
            "start": 1245308615,
            "stop": 1245367937
        },
        {
            "start": 1245396780,
            "stop": 1245414120
        },
        {
            "start": 1245415800,
            "stop": 1245489278
        },
        {
            "start": 1245499381,
            "stop": 1245509177
        },
        {
            "start": 1245563275,
            "stop": 1245563820
        },
        {
            "start": 1245564480,
            "stop": 1245607573
        },
        {
            "start": 1245632502,
            "stop": 1245633577
        },
        {
            "start": 1245647318,
            "stop": 1245650209
        },
        {
            "start": 1245653507,
            "stop": 1245663106
        },
        {
            "start": 1245663269,
            "stop": 1245671460
        },
        {
            "start": 1245673020,
            "stop": 1245708628
        },
        {
            "start": 1245715717,
            "stop": 1245726883
        },
        {
            "start": 1245737762,
            "stop": 1245760519
        },
        {
            "start": 1245760603,
            "stop": 1245760902
        },
        {
            "start": 1245760941,
            "stop": 1245778114
        }
    ]
}