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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7355",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7356,
    "results": [
        {
            "start": 969398051,
            "stop": 969398078
        },
        {
            "start": 969398081,
            "stop": 969398095
        },
        {
            "start": 969398098,
            "stop": 969398247
        },
        {
            "start": 969398250,
            "stop": 969398575
        },
        {
            "start": 969398578,
            "stop": 969398629
        },
        {
            "start": 969398632,
            "stop": 969398666
        },
        {
            "start": 969398669,
            "stop": 969398807
        },
        {
            "start": 969398987,
            "stop": 969399084
        },
        {
            "start": 969399087,
            "stop": 969399227
        },
        {
            "start": 969399287,
            "stop": 969399303
        },
        {
            "start": 969399307,
            "stop": 969399394
        },
        {
            "start": 969399397,
            "stop": 969399438
        },
        {
            "start": 969399441,
            "stop": 969399791
        },
        {
            "start": 969399794,
            "stop": 969399840
        },
        {
            "start": 969399844,
            "stop": 969400118
        },
        {
            "start": 969400121,
            "stop": 969400136
        },
        {
            "start": 969400161,
            "stop": 969400186
        },
        {
            "start": 969400189,
            "stop": 969400205
        },
        {
            "start": 969400208,
            "stop": 969400423
        },
        {
            "start": 969400424,
            "stop": 969400843
        }
    ]
}