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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=160",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 161,
    "results": [
        {
            "start": 819816261,
            "stop": 819817131
        },
        {
            "start": 819817134,
            "stop": 819817890
        },
        {
            "start": 819817893,
            "stop": 819818663
        },
        {
            "start": 819818667,
            "stop": 819818727
        },
        {
            "start": 819818730,
            "stop": 819819238
        },
        {
            "start": 819819242,
            "stop": 819819467
        },
        {
            "start": 819819471,
            "stop": 819820242
        },
        {
            "start": 819820245,
            "stop": 819820673
        },
        {
            "start": 819820677,
            "stop": 819821541
        },
        {
            "start": 819821545,
            "stop": 819822477
        },
        {
            "start": 819822480,
            "stop": 819822538
        },
        {
            "start": 819822542,
            "stop": 819823320
        },
        {
            "start": 819823323,
            "stop": 819825015
        },
        {
            "start": 819828551,
            "stop": 819828733
        },
        {
            "start": 819828736,
            "stop": 819828899
        },
        {
            "start": 819828918,
            "stop": 819829603
        },
        {
            "start": 819829620,
            "stop": 819829726
        },
        {
            "start": 819830289,
            "stop": 819830312
        },
        {
            "start": 819830315,
            "stop": 819830731
        },
        {
            "start": 819830734,
            "stop": 819830865
        }
    ]
}