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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=287",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 288,
    "results": [
        {
            "start": 934701721,
            "stop": 934702856
        },
        {
            "start": 934702861,
            "stop": 934703322
        },
        {
            "start": 934703327,
            "stop": 934704015
        },
        {
            "start": 934704255,
            "stop": 934706400
        },
        {
            "start": 934706405,
            "stop": 934707260
        },
        {
            "start": 934707263,
            "stop": 934707615
        },
        {
            "start": 934707855,
            "stop": 934711215
        },
        {
            "start": 934711455,
            "stop": 934711997
        },
        {
            "start": 934712002,
            "stop": 934712378
        },
        {
            "start": 934712438,
            "stop": 934714815
        },
        {
            "start": 934715055,
            "stop": 934715792
        },
        {
            "start": 934715797,
            "stop": 934716542
        },
        {
            "start": 934716547,
            "stop": 934718415
        },
        {
            "start": 934718655,
            "stop": 934722015
        },
        {
            "start": 934722255,
            "stop": 934722458
        },
        {
            "start": 934722518,
            "stop": 934723174
        },
        {
            "start": 934723179,
            "stop": 934723992
        },
        {
            "start": 934724010,
            "stop": 934724335
        },
        {
            "start": 934724353,
            "stop": 934724544
        },
        {
            "start": 934729106,
            "stop": 934729215
        }
    ]
}