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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=121",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 122,
    "results": [
        {
            "start": 830393510,
            "stop": 830393530
        },
        {
            "start": 830393531,
            "stop": 830393587
        },
        {
            "start": 830393661,
            "stop": 830393751
        },
        {
            "start": 830393821,
            "stop": 830393847
        },
        {
            "start": 830401681,
            "stop": 830415969
        },
        {
            "start": 830416052,
            "stop": 830416633
        },
        {
            "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": 830469242
        },
        {
            "start": 830470062,
            "stop": 830486369
        },
        {
            "start": 830486370,
            "stop": 830491596
        },
        {
            "start": 830494997,
            "stop": 830496793
        },
        {
            "start": 830496828,
            "stop": 830496829
        },
        {
            "start": 830496979,
            "stop": 830505450
        },
        {
            "start": 830505596,
            "stop": 830510413
        }
    ]
}