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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=20",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 21,
    "results": [
        {
            "start": 817048445,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817068493
        },
        {
            "start": 817069582,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817077169
        },
        {
            "start": 817077172,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "stop": 817090703
        },
        {
            "start": 817090705,
            "stop": 817097992
        },
        {
            "start": 817097995,
            "stop": 817099317
        },
        {
            "start": 817099320,
            "stop": 817101969
        },
        {
            "start": 817101972,
            "stop": 817103298
        },
        {
            "start": 817103301,
            "stop": 817105287
        },
        {
            "start": 817105289,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125846,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139483
        },
        {
            "start": 817139486,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817180251
        },
        {
            "start": 817180253,
            "stop": 817184235
        }
    ]
}