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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5001",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4999",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5000,
    "results": [
        {
            "start": 874523424,
            "stop": 874523439
        },
        {
            "start": 874523449,
            "stop": 874523459
        },
        {
            "start": 874523466,
            "stop": 874523471
        },
        {
            "start": 874523478,
            "stop": 874523482
        },
        {
            "start": 874523490,
            "stop": 874523495
        },
        {
            "start": 874523503,
            "stop": 874523530
        },
        {
            "start": 874523537,
            "stop": 874523542
        },
        {
            "start": 874523552,
            "stop": 874523607
        },
        {
            "start": 874523614,
            "stop": 874523623
        },
        {
            "start": 874523630,
            "stop": 874523637
        },
        {
            "start": 874523652,
            "stop": 874523709
        },
        {
            "start": 874523717,
            "stop": 874523756
        },
        {
            "start": 874523763,
            "stop": 874523769
        },
        {
            "start": 874523776,
            "stop": 874523788
        },
        {
            "start": 874523795,
            "stop": 874523798
        },
        {
            "start": 874523806,
            "stop": 874523827
        },
        {
            "start": 874523834,
            "stop": 874523847
        },
        {
            "start": 874523859,
            "stop": 874523863
        },
        {
            "start": 874523870,
            "stop": 874523874
        },
        {
            "start": 874523881,
            "stop": 874523918
        }
    ]
}