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_CAT4/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_CAT4/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=188",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 189,
    "results": [
        {
            "start": 819817134,
            "stop": 819817569
        },
        {
            "start": 819817689,
            "stop": 819817890
        },
        {
            "start": 819817893,
            "stop": 819818663
        },
        {
            "start": 819818667,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819238
        },
        {
            "start": 819819242,
            "stop": 819819467
        },
        {
            "start": 819819471,
            "stop": 819820242
        },
        {
            "start": 819820245,
            "stop": 819820511
        },
        {
            "start": 819820631,
            "stop": 819820673
        },
        {
            "start": 819820677,
            "stop": 819821541
        },
        {
            "start": 819821545,
            "stop": 819822477
        },
        {
            "start": 819822480,
            "stop": 819822538
        },
        {
            "start": 819822542,
            "stop": 819822560
        },
        {
            "start": 819822592,
            "stop": 819823320
        },
        {
            "start": 819823323,
            "stop": 819825015
        },
        {
            "start": 819828928,
            "stop": 819829603
        },
        {
            "start": 819829620,
            "stop": 819829664
        },
        {
            "start": 819830353,
            "stop": 819830731
        },
        {
            "start": 819830734,
            "stop": 819830865
        },
        {
            "start": 819830869,
            "stop": 819830890
        }
    ]
}