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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=41",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 42,
    "results": [
        {
            "start": 819419244,
            "stop": 819423834
        },
        {
            "start": 819424415,
            "stop": 819480686
        },
        {
            "start": 819482620,
            "stop": 819555918
        },
        {
            "start": 819556238,
            "stop": 819556354
        },
        {
            "start": 819556754,
            "stop": 819557075
        },
        {
            "start": 819557681,
            "stop": 819573032
        },
        {
            "start": 819573510,
            "stop": 819579763
        },
        {
            "start": 819580230,
            "stop": 819600093
        },
        {
            "start": 819600542,
            "stop": 819600640
        },
        {
            "start": 819601040,
            "stop": 819603767
        },
        {
            "start": 819605547,
            "stop": 819626532
        },
        {
            "start": 819626535,
            "stop": 819640604
        },
        {
            "start": 819641344,
            "stop": 819656579
        },
        {
            "start": 819658602,
            "stop": 819661171
        },
        {
            "start": 819661649,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819677451
        },
        {
            "start": 819677454,
            "stop": 819679868
        },
        {
            "start": 819679871,
            "stop": 819697618
        },
        {
            "start": 819698755,
            "stop": 819702317
        },
        {
            "start": 819702318,
            "stop": 819711259
        }
    ]
}