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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=319",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 320,
    "results": [
        {
            "start": 862699990,
            "stop": 862700519
        },
        {
            "start": 862700523,
            "stop": 862700646
        },
        {
            "start": 862700655,
            "stop": 862701016
        },
        {
            "start": 862701020,
            "stop": 862701025
        },
        {
            "start": 862702967,
            "stop": 862704762
        },
        {
            "start": 862704766,
            "stop": 862704831
        },
        {
            "start": 862705725,
            "stop": 862705740
        },
        {
            "start": 862705744,
            "stop": 862705750
        },
        {
            "start": 862705754,
            "stop": 862705818
        },
        {
            "start": 862705822,
            "stop": 862705833
        },
        {
            "start": 862705837,
            "stop": 862705843
        },
        {
            "start": 862705861,
            "stop": 862705943
        },
        {
            "start": 862714895,
            "stop": 862716207
        },
        {
            "start": 862717081,
            "stop": 862732299
        },
        {
            "start": 862734908,
            "stop": 862768774
        },
        {
            "start": 862769604,
            "stop": 862773062
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813893
        },
        {
            "start": 862815287,
            "stop": 862855407
        },
        {
            "start": 862858185,
            "stop": 862858282
        }
    ]
}