Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8098
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8099",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8097",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8098,
    "results": [
        {
            "start": 970643672,
            "stop": 970644515
        },
        {
            "start": 970644521,
            "stop": 970644524
        },
        {
            "start": 970644553,
            "stop": 970661409
        },
        {
            "start": 970661412,
            "stop": 970661465
        },
        {
            "start": 970661468,
            "stop": 970661737
        },
        {
            "start": 970661740,
            "stop": 970661987
        },
        {
            "start": 970661990,
            "stop": 970662092
        },
        {
            "start": 970662095,
            "stop": 970662488
        },
        {
            "start": 970662491,
            "stop": 970662733
        },
        {
            "start": 970662736,
            "stop": 970663488
        },
        {
            "start": 970663491,
            "stop": 970663558
        },
        {
            "start": 970663561,
            "stop": 970665096
        },
        {
            "start": 970665099,
            "stop": 970665223
        },
        {
            "start": 970665226,
            "stop": 970667155
        },
        {
            "start": 970667158,
            "stop": 970668687
        },
        {
            "start": 970668690,
            "stop": 970668726
        },
        {
            "start": 970668729,
            "stop": 970668915
        },
        {
            "start": 970668933,
            "stop": 970668944
        },
        {
            "start": 970668951,
            "stop": 970668965
        },
        {
            "start": 970668968,
            "stop": 970669161
        }
    ]
}