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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=731",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 732,
    "results": [
        {
            "start": 854479545,
            "stop": 854482239
        },
        {
            "start": 854483246,
            "stop": 854483454
        },
        {
            "start": 854483940,
            "stop": 854485096
        },
        {
            "start": 854485097,
            "stop": 854490169
        },
        {
            "start": 854490171,
            "stop": 854490510
        },
        {
            "start": 854490512,
            "stop": 854504691
        },
        {
            "start": 854505380,
            "stop": 854526839
        },
        {
            "start": 854526841,
            "stop": 854531600
        },
        {
            "start": 854531639,
            "stop": 854533363
        },
        {
            "start": 854533366,
            "stop": 854533508
        },
        {
            "start": 854533510,
            "stop": 854558043
        },
        {
            "start": 854558046,
            "stop": 854558057
        },
        {
            "start": 854558060,
            "stop": 854565064
        },
        {
            "start": 854565067,
            "stop": 854570553
        },
        {
            "start": 854570554,
            "stop": 854584198
        },
        {
            "start": 854584200,
            "stop": 854584206
        },
        {
            "start": 854586719,
            "stop": 854618034
        },
        {
            "start": 854620246,
            "stop": 854657937
        },
        {
            "start": 854662715,
            "stop": 854663116
        },
        {
            "start": 854663707,
            "stop": 854666092
        }
    ]
}