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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=227",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 228,
    "results": [
        {
            "start": 821678440,
            "stop": 821678453
        },
        {
            "start": 821678459,
            "stop": 821678463
        },
        {
            "start": 821678466,
            "stop": 821678470
        },
        {
            "start": 821678475,
            "stop": 821678476
        },
        {
            "start": 821678479,
            "stop": 821678483
        },
        {
            "start": 821678486,
            "stop": 821678491
        },
        {
            "start": 821678494,
            "stop": 821678498
        },
        {
            "start": 821678505,
            "stop": 821678511
        },
        {
            "start": 821678514,
            "stop": 821678516
        },
        {
            "start": 821678522,
            "stop": 821678523
        },
        {
            "start": 821678526,
            "stop": 821678535
        },
        {
            "start": 821678539,
            "stop": 821678543
        },
        {
            "start": 821678549,
            "stop": 821678550
        },
        {
            "start": 821678555,
            "stop": 821678562
        },
        {
            "start": 821678565,
            "stop": 821678570
        },
        {
            "start": 821678573,
            "stop": 821678574
        },
        {
            "start": 821678580,
            "stop": 821678583
        },
        {
            "start": 821678586,
            "stop": 821678591
        },
        {
            "start": 821678599,
            "stop": 821678607
        },
        {
            "start": 821678610,
            "stop": 821678613
        }
    ]
}