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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3685",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3686,
    "results": [
        {
            "start": 873059520,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873062609
        },
        {
            "start": 873062626,
            "stop": 873063765
        },
        {
            "start": 873063782,
            "stop": 873064260
        },
        {
            "start": 873064320,
            "stop": 873065094
        },
        {
            "start": 873065099,
            "stop": 873065109
        },
        {
            "start": 873065112,
            "stop": 873065400
        },
        {
            "start": 873065460,
            "stop": 873065700
        },
        {
            "start": 873065760,
            "stop": 873065820
        },
        {
            "start": 873065940,
            "stop": 873066180
        },
        {
            "start": 873066300,
            "stop": 873066360
        },
        {
            "start": 873066480,
            "stop": 873066680
        },
        {
            "start": 873066697,
            "stop": 873066947
        },
        {
            "start": 873067020,
            "stop": 873067380
        },
        {
            "start": 873067440,
            "stop": 873067680
        },
        {
            "start": 873067740,
            "stop": 873067804
        },
        {
            "start": 873067821,
            "stop": 873067958
        },
        {
            "start": 873067962,
            "stop": 873068340
        },
        {
            "start": 873068400,
            "stop": 873068592
        },
        {
            "start": 873068609,
            "stop": 873068614
        }
    ]
}