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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=348",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 349,
    "results": [
        {
            "start": 822950286,
            "stop": 822950618
        },
        {
            "start": 822950621,
            "stop": 822950953
        },
        {
            "start": 822951002,
            "stop": 822951015
        },
        {
            "start": 822951076,
            "stop": 822951078
        },
        {
            "start": 822951204,
            "stop": 822951211
        },
        {
            "start": 822953424,
            "stop": 822953767
        },
        {
            "start": 822953770,
            "stop": 822954018
        },
        {
            "start": 822954227,
            "stop": 822954540
        },
        {
            "start": 822954660,
            "stop": 822956870
        },
        {
            "start": 822956963,
            "stop": 822957308
        },
        {
            "start": 822957395,
            "stop": 822957702
        },
        {
            "start": 822957705,
            "stop": 822957825
        },
        {
            "start": 822957828,
            "stop": 822962215
        },
        {
            "start": 822962332,
            "stop": 822964590
        },
        {
            "start": 822964710,
            "stop": 822964830
        },
        {
            "start": 822964890,
            "stop": 822966407
        },
        {
            "start": 822968760,
            "stop": 822969210
        },
        {
            "start": 822969270,
            "stop": 822970290
        },
        {
            "start": 822970410,
            "stop": 822970465
        },
        {
            "start": 822970474,
            "stop": 822970710
        }
    ]
}