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=4656
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=4657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4655",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4656,
    "results": [
        {
            "start": 874285195,
            "stop": 874285279
        },
        {
            "start": 874285298,
            "stop": 874285301
        },
        {
            "start": 874285320,
            "stop": 874285364
        },
        {
            "start": 874285384,
            "stop": 874285429
        },
        {
            "start": 874285448,
            "stop": 874285461
        },
        {
            "start": 874285481,
            "stop": 874285504
        },
        {
            "start": 874285523,
            "stop": 874285552
        },
        {
            "start": 874285572,
            "stop": 874285600
        },
        {
            "start": 874285638,
            "stop": 874285662
        },
        {
            "start": 874285681,
            "stop": 874285772
        },
        {
            "start": 874285792,
            "stop": 874285816
        },
        {
            "start": 874285857,
            "stop": 874285965
        },
        {
            "start": 874285984,
            "stop": 874285994
        },
        {
            "start": 874286013,
            "stop": 874286015
        },
        {
            "start": 874286039,
            "stop": 874286046
        },
        {
            "start": 874286067,
            "stop": 874286080
        },
        {
            "start": 874286099,
            "stop": 874286107
        },
        {
            "start": 874286127,
            "stop": 874286142
        },
        {
            "start": 874286163,
            "stop": 874286182
        },
        {
            "start": 874286201,
            "stop": 874286248
        }
    ]
}