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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=350",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 351,
    "results": [
        {
            "start": 834830018,
            "stop": 834832598
        },
        {
            "start": 834832736,
            "stop": 834832976
        },
        {
            "start": 834839014,
            "stop": 834839194
        },
        {
            "start": 834839338,
            "stop": 834839578
        },
        {
            "start": 834841373,
            "stop": 834841673
        },
        {
            "start": 834841703,
            "stop": 834842813
        },
        {
            "start": 834844552,
            "stop": 834846472
        },
        {
            "start": 834849488,
            "stop": 834850868
        },
        {
            "start": 834869065,
            "stop": 834869125
        },
        {
            "start": 834869313,
            "stop": 834869373
        },
        {
            "start": 834869598,
            "stop": 834869778
        },
        {
            "start": 834870104,
            "stop": 834870224
        },
        {
            "start": 834870383,
            "stop": 834870443
        },
        {
            "start": 834871820,
            "stop": 834871880
        },
        {
            "start": 834872037,
            "stop": 834872577
        },
        {
            "start": 834872711,
            "stop": 834872951
        },
        {
            "start": 834873083,
            "stop": 834874103
        },
        {
            "start": 834874439,
            "stop": 834874799
        },
        {
            "start": 834874935,
            "stop": 834875055
        },
        {
            "start": 834875216,
            "stop": 834875276
        }
    ]
}