Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=149",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 150,
    "results": [
        {
            "start": 830416672,
            "stop": 830416674
        },
        {
            "start": 830416786,
            "stop": 830434093
        },
        {
            "start": 830434954,
            "stop": 830437153
        },
        {
            "start": 830437837,
            "stop": 830440453
        },
        {
            "start": 830441058,
            "stop": 830450713
        },
        {
            "start": 830451335,
            "stop": 830452166
        },
        {
            "start": 830452498,
            "stop": 830460592
        },
        {
            "start": 830462461,
            "stop": 830469243
        },
        {
            "start": 830470062,
            "stop": 830491596
        },
        {
            "start": 830494997,
            "stop": 830496793
        },
        {
            "start": 830496828,
            "stop": 830496830
        },
        {
            "start": 830496979,
            "stop": 830505451
        },
        {
            "start": 830505596,
            "stop": 830510413
        },
        {
            "start": 830510456,
            "stop": 830510457
        },
        {
            "start": 830510556,
            "stop": 830510561
        },
        {
            "start": 830510699,
            "stop": 830533006
        },
        {
            "start": 830533016,
            "stop": 830533103
        },
        {
            "start": 830533122,
            "stop": 830533128
        },
        {
            "start": 830533142,
            "stop": 830533176
        },
        {
            "start": 830533180,
            "stop": 830533210
        }
    ]
}