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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=281",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 282,
    "results": [
        {
            "start": 820859162,
            "stop": 820859503
        },
        {
            "start": 820859507,
            "stop": 820859527
        },
        {
            "start": 820859530,
            "stop": 820859616
        },
        {
            "start": 820859619,
            "stop": 820859954
        },
        {
            "start": 820859957,
            "stop": 820860059
        },
        {
            "start": 820860062,
            "stop": 820860220
        },
        {
            "start": 820860340,
            "stop": 820860464
        },
        {
            "start": 820860468,
            "stop": 820860561
        },
        {
            "start": 820860565,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820861455
        },
        {
            "start": 820861980,
            "stop": 820862005
        },
        {
            "start": 820862008,
            "stop": 820862399
        },
        {
            "start": 820862402,
            "stop": 820862774
        },
        {
            "start": 820862777,
            "stop": 820863524
        },
        {
            "start": 820863527,
            "stop": 820863807
        },
        {
            "start": 820863810,
            "stop": 820863824
        },
        {
            "start": 820864712,
            "stop": 820864844
        },
        {
            "start": 820865025,
            "stop": 820865323
        },
        {
            "start": 820865326,
            "stop": 820865359
        },
        {
            "start": 820865543,
            "stop": 820865750
        }
    ]
}