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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=31",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 32,
    "results": [
        {
            "start": 819605547,
            "stop": 819626532
        },
        {
            "start": 819626539,
            "stop": 819656608
        },
        {
            "start": 819658602,
            "stop": 819673745
        },
        {
            "start": 819673750,
            "stop": 819677451
        },
        {
            "start": 819677458,
            "stop": 819679868
        },
        {
            "start": 819679875,
            "stop": 819697646
        },
        {
            "start": 819698755,
            "stop": 819702317
        },
        {
            "start": 819702318,
            "stop": 819711259
        },
        {
            "start": 819711260,
            "stop": 819720000
        },
        {
            "start": 819720001,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819780330
        },
        {
            "start": 819780337,
            "stop": 819788181
        },
        {
            "start": 819788182,
            "stop": 819790045
        },
        {
            "start": 819791828,
            "stop": 819802626
        },
        {
            "start": 819802633,
            "stop": 819825403
        },
        {
            "start": 819828551,
            "stop": 819859133
        },
        {
            "start": 819859140,
            "stop": 819881060
        },
        {
            "start": 819881628,
            "stop": 819887416
        },
        {
            "start": 819888145,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819927343
        }
    ]
}