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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=166",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 167,
    "results": [
        {
            "start": 932306951,
            "stop": 932306984
        },
        {
            "start": 932306986,
            "stop": 932307040
        },
        {
            "start": 932307061,
            "stop": 932307274
        },
        {
            "start": 932307299,
            "stop": 932307372
        },
        {
            "start": 932307374,
            "stop": 932307432
        },
        {
            "start": 932307449,
            "stop": 932307674
        },
        {
            "start": 932307691,
            "stop": 932308115
        },
        {
            "start": 932311471,
            "stop": 932312136
        },
        {
            "start": 932316434,
            "stop": 932316464
        },
        {
            "start": 932316466,
            "stop": 932317056
        },
        {
            "start": 932319084,
            "stop": 932319261
        },
        {
            "start": 932320369,
            "stop": 932320621
        },
        {
            "start": 932320641,
            "stop": 932320642
        },
        {
            "start": 932322188,
            "stop": 932322218
        },
        {
            "start": 932323723,
            "stop": 932324264
        },
        {
            "start": 932324267,
            "stop": 932324407
        },
        {
            "start": 932345677,
            "stop": 932345958
        },
        {
            "start": 932348140,
            "stop": 932348198
        },
        {
            "start": 932348200,
            "stop": 932348407
        },
        {
            "start": 932348410,
            "stop": 932348437
        }
    ]
}