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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=183",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 184,
    "results": [
        {
            "start": 826941304,
            "stop": 826941306
        },
        {
            "start": 826941309,
            "stop": 826943430
        },
        {
            "start": 826943432,
            "stop": 826943464
        },
        {
            "start": 826943466,
            "stop": 826943467
        },
        {
            "start": 826943469,
            "stop": 826943981
        },
        {
            "start": 826943986,
            "stop": 826943988
        },
        {
            "start": 826943991,
            "stop": 826944030
        },
        {
            "start": 826944035,
            "stop": 826944187
        },
        {
            "start": 826944189,
            "stop": 826944208
        },
        {
            "start": 826944210,
            "stop": 826944212
        },
        {
            "start": 826944214,
            "stop": 826944243
        },
        {
            "start": 826944245,
            "stop": 826944248
        },
        {
            "start": 826944253,
            "stop": 826944254
        },
        {
            "start": 826944256,
            "stop": 826944259
        },
        {
            "start": 826944261,
            "stop": 826944263
        },
        {
            "start": 826944265,
            "stop": 826944267
        },
        {
            "start": 826944271,
            "stop": 826944275
        },
        {
            "start": 826944279,
            "stop": 826944281
        },
        {
            "start": 826944283,
            "stop": 826944296
        },
        {
            "start": 826944298,
            "stop": 826944341
        }
    ]
}