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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=450",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 451,
    "results": [
        {
            "start": 825910375,
            "stop": 825910397
        },
        {
            "start": 825910414,
            "stop": 825910422
        },
        {
            "start": 825910425,
            "stop": 825910450
        },
        {
            "start": 825910453,
            "stop": 825910479
        },
        {
            "start": 825910483,
            "stop": 825910497
        },
        {
            "start": 825910517,
            "stop": 825910531
        },
        {
            "start": 825910534,
            "stop": 825910542
        },
        {
            "start": 825910547,
            "stop": 825910548
        },
        {
            "start": 825910551,
            "stop": 825910558
        },
        {
            "start": 825910563,
            "stop": 825910571
        },
        {
            "start": 825910574,
            "stop": 825910582
        },
        {
            "start": 825910586,
            "stop": 825910587
        },
        {
            "start": 825910590,
            "stop": 825910596
        },
        {
            "start": 825910600,
            "stop": 825910601
        },
        {
            "start": 825910657,
            "stop": 825910670
        },
        {
            "start": 825910673,
            "stop": 825910675
        },
        {
            "start": 825910678,
            "stop": 825910683
        },
        {
            "start": 825910720,
            "stop": 825910721
        },
        {
            "start": 825910725,
            "stop": 825910726
        },
        {
            "start": 825910729,
            "stop": 825910737
        }
    ]
}