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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=2",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 3,
    "results": [
        {
            "start": 820109519,
            "stop": 820350064
        },
        {
            "start": 820351484,
            "stop": 820451838
        },
        {
            "start": 821666984,
            "stop": 821707264
        },
        {
            "start": 821756684,
            "stop": 821933824
        },
        {
            "start": 821946704,
            "stop": 822086524
        },
        {
            "start": 822089744,
            "stop": 822120709
        },
        {
            "start": 822120743,
            "stop": 822132198
        },
        {
            "start": 822132721,
            "stop": 822153664
        },
        {
            "start": 822155444,
            "stop": 822157264
        },
        {
            "start": 822159824,
            "stop": 822179535
        },
        {
            "start": 822179773,
            "stop": 822198534
        },
        {
            "start": 822202340,
            "stop": 822265264
        },
        {
            "start": 822269024,
            "stop": 822330064
        },
        {
            "start": 822337004,
            "stop": 822344464
        },
        {
            "start": 822345995,
            "stop": 822446854
        },
        {
            "start": 822447108,
            "stop": 822498304
        },
        {
            "start": 822519704,
            "stop": 822698151
        },
        {
            "start": 822698487,
            "stop": 822758464
        },
        {
            "start": 822760784,
            "stop": 822773140
        },
        {
            "start": 826401047,
            "stop": 826709217
        }
    ]
}