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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=241",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 242,
    "results": [
        {
            "start": 827408231,
            "stop": 827408234
        },
        {
            "start": 827408240,
            "stop": 827408241
        },
        {
            "start": 827408244,
            "stop": 827408266
        },
        {
            "start": 827408268,
            "stop": 827408338
        },
        {
            "start": 827408340,
            "stop": 827408349
        },
        {
            "start": 827408351,
            "stop": 827408365
        },
        {
            "start": 827408367,
            "stop": 827408378
        },
        {
            "start": 827408383,
            "stop": 827408384
        },
        {
            "start": 827408389,
            "stop": 827408393
        },
        {
            "start": 827408398,
            "stop": 827408413
        },
        {
            "start": 827408415,
            "stop": 827408419
        },
        {
            "start": 827408422,
            "stop": 827408434
        },
        {
            "start": 827408440,
            "stop": 827408442
        },
        {
            "start": 827408444,
            "stop": 827408450
        },
        {
            "start": 827408457,
            "stop": 827408505
        },
        {
            "start": 827408508,
            "stop": 827408521
        },
        {
            "start": 827408524,
            "stop": 827408525
        },
        {
            "start": 827408530,
            "stop": 827408552
        },
        {
            "start": 827408555,
            "stop": 827408568
        },
        {
            "start": 827408570,
            "stop": 827408571
        }
    ]
}