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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8162",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8163,
    "results": [
        {
            "start": 970998184,
            "stop": 970998236
        },
        {
            "start": 970998239,
            "stop": 970998270
        },
        {
            "start": 970998273,
            "stop": 970998282
        },
        {
            "start": 970998285,
            "stop": 970998304
        },
        {
            "start": 970998307,
            "stop": 970998358
        },
        {
            "start": 970998361,
            "stop": 970998378
        },
        {
            "start": 970998381,
            "stop": 970998442
        },
        {
            "start": 970998445,
            "stop": 970998482
        },
        {
            "start": 970998485,
            "stop": 970998510
        },
        {
            "start": 970998513,
            "stop": 970998638
        },
        {
            "start": 970998641,
            "stop": 970998744
        },
        {
            "start": 970998747,
            "stop": 970998833
        },
        {
            "start": 970998836,
            "stop": 970999280
        },
        {
            "start": 970999283,
            "stop": 970999503
        },
        {
            "start": 970999506,
            "stop": 970999544
        },
        {
            "start": 970999547,
            "stop": 970999588
        },
        {
            "start": 970999591,
            "stop": 970999688
        },
        {
            "start": 970999691,
            "stop": 970999750
        },
        {
            "start": 970999753,
            "stop": 970999790
        },
        {
            "start": 970999793,
            "stop": 970999891
        }
    ]
}