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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 1,
    "results": [
        {
            "start": 1238166018,
            "stop": 1238170549
        },
        {
            "start": 1238170954,
            "stop": 1238172929
        },
        {
            "start": 1238172987,
            "stop": 1238196793
        },
        {
            "start": 1238198080,
            "stop": 1238215142
        },
        {
            "start": 1238227174,
            "stop": 1238232306
        },
        {
            "start": 1238235751,
            "stop": 1238239667
        },
        {
            "start": 1238245131,
            "stop": 1238252455
        },
        {
            "start": 1238290519,
            "stop": 1238292971
        },
        {
            "start": 1238292998,
            "stop": 1238308337
        },
        {
            "start": 1238318337,
            "stop": 1238344470
        },
        {
            "start": 1238350866,
            "stop": 1238357139
        },
        {
            "start": 1238368387,
            "stop": 1238374369
        },
        {
            "start": 1238383560,
            "stop": 1238383899
        },
        {
            "start": 1238384700,
            "stop": 1238412533
        },
        {
            "start": 1238412673,
            "stop": 1238440687
        },
        {
            "start": 1238450550,
            "stop": 1238479684
        },
        {
            "start": 1238480945,
            "stop": 1238519915
        },
        {
            "start": 1238528523,
            "stop": 1238535532
        },
        {
            "start": 1238538791,
            "stop": 1238538970
        },
        {
            "start": 1238543229,
            "stop": 1238543356
        }
    ]
}