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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=326",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 327,
    "results": [
        {
            "start": 833716720,
            "stop": 833717200
        },
        {
            "start": 833751319,
            "stop": 833751979
        },
        {
            "start": 833752118,
            "stop": 833752358
        },
        {
            "start": 833752536,
            "stop": 833752716
        },
        {
            "start": 833754466,
            "stop": 833756446
        },
        {
            "start": 833757603,
            "stop": 833763663
        },
        {
            "start": 833763886,
            "stop": 833777926
        },
        {
            "start": 833778087,
            "stop": 833778597
        },
        {
            "start": 833778747,
            "stop": 833784507
        },
        {
            "start": 833784657,
            "stop": 833784987
        },
        {
            "start": 833785986,
            "stop": 833796246
        },
        {
            "start": 833796396,
            "stop": 833799126
        },
        {
            "start": 833799786,
            "stop": 833800626
        },
        {
            "start": 833800780,
            "stop": 833800840
        },
        {
            "start": 833801043,
            "stop": 833803203
        },
        {
            "start": 833803445,
            "stop": 833804435
        },
        {
            "start": 833804585,
            "stop": 833804765
        },
        {
            "start": 833804935,
            "stop": 833805295
        },
        {
            "start": 833805449,
            "stop": 833807189
        },
        {
            "start": 833809726,
            "stop": 833810686
        }
    ]
}