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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=188",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 189,
    "results": [
        {
            "start": 821650147,
            "stop": 821650176
        },
        {
            "start": 821650179,
            "stop": 821650200
        },
        {
            "start": 821650203,
            "stop": 821650246
        },
        {
            "start": 821650249,
            "stop": 821650258
        },
        {
            "start": 821650261,
            "stop": 821650304
        },
        {
            "start": 821650307,
            "stop": 821650311
        },
        {
            "start": 821650315,
            "stop": 821650331
        },
        {
            "start": 821650334,
            "stop": 821650376
        },
        {
            "start": 821650381,
            "stop": 821650393
        },
        {
            "start": 821650396,
            "stop": 821650416
        },
        {
            "start": 821650422,
            "stop": 821650432
        },
        {
            "start": 821650435,
            "stop": 821650436
        },
        {
            "start": 821650439,
            "stop": 821650444
        },
        {
            "start": 821650447,
            "stop": 821650469
        },
        {
            "start": 821650474,
            "stop": 821650477
        },
        {
            "start": 821650480,
            "stop": 821650485
        },
        {
            "start": 821650490,
            "stop": 821650495
        },
        {
            "start": 821650498,
            "stop": 821650637
        },
        {
            "start": 821650640,
            "stop": 821650647
        },
        {
            "start": 821650650,
            "stop": 821650665
        }
    ]
}