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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8640",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8641,
    "results": [
        {
            "start": 871500240,
            "stop": 871503107
        },
        {
            "start": 871503360,
            "stop": 871503720
        },
        {
            "start": 871503780,
            "stop": 871504020
        },
        {
            "start": 871504080,
            "stop": 871504500
        },
        {
            "start": 871504560,
            "stop": 871504737
        },
        {
            "start": 871505040,
            "stop": 871505400
        },
        {
            "start": 871505460,
            "stop": 871506300
        },
        {
            "start": 871506459,
            "stop": 871506900
        },
        {
            "start": 871506960,
            "stop": 871506989
        },
        {
            "start": 871507028,
            "stop": 871507187
        },
        {
            "start": 871507329,
            "stop": 871507436
        },
        {
            "start": 871507556,
            "stop": 871509654
        },
        {
            "start": 871509680,
            "stop": 871509760
        },
        {
            "start": 871509777,
            "stop": 871509830
        },
        {
            "start": 871509847,
            "stop": 871509884
        },
        {
            "start": 871509901,
            "stop": 871509914
        },
        {
            "start": 871509931,
            "stop": 871510197
        },
        {
            "start": 871510214,
            "stop": 871510455
        },
        {
            "start": 871510486,
            "stop": 871510644
        },
        {
            "start": 871510661,
            "stop": 871510861
        }
    ]
}