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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=346",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 347,
    "results": [
        {
            "start": 821752212,
            "stop": 821752219
        },
        {
            "start": 821752222,
            "stop": 821752224
        },
        {
            "start": 821752229,
            "stop": 821752234
        },
        {
            "start": 821752237,
            "stop": 821752239
        },
        {
            "start": 821752245,
            "stop": 821752252
        },
        {
            "start": 821752255,
            "stop": 821752259
        },
        {
            "start": 821752265,
            "stop": 821752273
        },
        {
            "start": 821752280,
            "stop": 821752283
        },
        {
            "start": 821752290,
            "stop": 821752294
        },
        {
            "start": 821752297,
            "stop": 821752318
        },
        {
            "start": 821752327,
            "stop": 821752330
        },
        {
            "start": 821752333,
            "stop": 821752347
        },
        {
            "start": 821752351,
            "stop": 821752354
        },
        {
            "start": 821752357,
            "stop": 821752382
        },
        {
            "start": 821752391,
            "stop": 821752393
        },
        {
            "start": 821752396,
            "stop": 821752398
        },
        {
            "start": 821752401,
            "stop": 821752403
        },
        {
            "start": 821752406,
            "stop": 821752409
        },
        {
            "start": 821752412,
            "stop": 821752413
        },
        {
            "start": 821752416,
            "stop": 821752417
        }
    ]
}