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=4871
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=4872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4870",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4871,
    "results": [
        {
            "start": 874786072,
            "stop": 874786170
        },
        {
            "start": 874786189,
            "stop": 874786191
        },
        {
            "start": 874786210,
            "stop": 874786264
        },
        {
            "start": 874786296,
            "stop": 874786299
        },
        {
            "start": 874786318,
            "stop": 874786372
        },
        {
            "start": 874786391,
            "stop": 874786395
        },
        {
            "start": 874786422,
            "stop": 874786471
        },
        {
            "start": 874786490,
            "stop": 874786515
        },
        {
            "start": 874786540,
            "stop": 874786556
        },
        {
            "start": 874786575,
            "stop": 874786611
        },
        {
            "start": 874786661,
            "stop": 874786680
        },
        {
            "start": 874786740,
            "stop": 874786761
        },
        {
            "start": 874786780,
            "stop": 874786902
        },
        {
            "start": 874787040,
            "stop": 874787041
        },
        {
            "start": 874787060,
            "stop": 874787100
        },
        {
            "start": 874787340,
            "stop": 874787421
        },
        {
            "start": 874787440,
            "stop": 874787454
        },
        {
            "start": 874787490,
            "stop": 874787523
        },
        {
            "start": 874787542,
            "stop": 874787552
        },
        {
            "start": 874787833,
            "stop": 874787873
        }
    ]
}