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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=31",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 32,
    "results": [
        {
            "start": 816673854,
            "stop": 816673860
        },
        {
            "start": 816673896,
            "stop": 816674064
        },
        {
            "start": 816674093,
            "stop": 816674101
        },
        {
            "start": 816674108,
            "stop": 816674253
        },
        {
            "start": 816674260,
            "stop": 816674416
        },
        {
            "start": 816674425,
            "stop": 816674743
        },
        {
            "start": 816674751,
            "stop": 816674789
        },
        {
            "start": 816674820,
            "stop": 816675027
        },
        {
            "start": 816675056,
            "stop": 816675162
        },
        {
            "start": 816675191,
            "stop": 816675222
        },
        {
            "start": 816675251,
            "stop": 816675304
        },
        {
            "start": 816675338,
            "stop": 816675436
        },
        {
            "start": 816675465,
            "stop": 816675475
        },
        {
            "start": 816675506,
            "stop": 816675557
        },
        {
            "start": 816675586,
            "stop": 816675700
        },
        {
            "start": 816675729,
            "stop": 816675780
        },
        {
            "start": 816675809,
            "stop": 816675817
        },
        {
            "start": 816675847,
            "stop": 816675852
        },
        {
            "start": 816676673,
            "stop": 816676681
        },
        {
            "start": 816676712,
            "stop": 816676741
        }
    ]
}