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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8025",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8026,
    "results": [
        {
            "start": 872138705,
            "stop": 872138725
        },
        {
            "start": 872138781,
            "stop": 872138782
        },
        {
            "start": 872138801,
            "stop": 872138827
        },
        {
            "start": 872138846,
            "stop": 872138875
        },
        {
            "start": 872138915,
            "stop": 872139005
        },
        {
            "start": 872139024,
            "stop": 872139058
        },
        {
            "start": 872139077,
            "stop": 872139091
        },
        {
            "start": 872139117,
            "stop": 872139130
        },
        {
            "start": 872139163,
            "stop": 872139164
        },
        {
            "start": 872139186,
            "stop": 872139194
        },
        {
            "start": 872139213,
            "stop": 872139335
        },
        {
            "start": 872139385,
            "stop": 872139391
        },
        {
            "start": 872139457,
            "stop": 872139475
        },
        {
            "start": 872139520,
            "stop": 872139614
        },
        {
            "start": 872139631,
            "stop": 872139648
        },
        {
            "start": 872139687,
            "stop": 872139700
        },
        {
            "start": 872139719,
            "stop": 872139727
        },
        {
            "start": 872139746,
            "stop": 872139773
        },
        {
            "start": 872139798,
            "stop": 872139925
        },
        {
            "start": 872139944,
            "stop": 872140010
        }
    ]
}