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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=173",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 174,
    "results": [
        {
            "start": 842384037,
            "stop": 842385133
        },
        {
            "start": 842388568,
            "stop": 842388656
        },
        {
            "start": 842389450,
            "stop": 842409232
        },
        {
            "start": 842409239,
            "stop": 842409247
        },
        {
            "start": 842409250,
            "stop": 842409251
        },
        {
            "start": 842411436,
            "stop": 842428633
        },
        {
            "start": 842430323,
            "stop": 842443933
        },
        {
            "start": 842445608,
            "stop": 842458153
        },
        {
            "start": 842459279,
            "stop": 842468441
        },
        {
            "start": 842469479,
            "stop": 842472465
        },
        {
            "start": 842473324,
            "stop": 842478493
        },
        {
            "start": 842480408,
            "stop": 842485330
        },
        {
            "start": 842486289,
            "stop": 842495220
        },
        {
            "start": 842497686,
            "stop": 842521610
        },
        {
            "start": 842522670,
            "stop": 842533741
        },
        {
            "start": 842533754,
            "stop": 842561758
        },
        {
            "start": 842565369,
            "stop": 842586493
        },
        {
            "start": 842587893,
            "stop": 842608720
        },
        {
            "start": 842608722,
            "stop": 842652937
        },
        {
            "start": 842655593,
            "stop": 842666953
        }
    ]
}