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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9816",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9817,
    "results": [
        {
            "start": 873982888,
            "stop": 873982892
        },
        {
            "start": 873982895,
            "stop": 873983271
        },
        {
            "start": 873983274,
            "stop": 873983340
        },
        {
            "start": 873983343,
            "stop": 873983477
        },
        {
            "start": 873983480,
            "stop": 873984136
        },
        {
            "start": 873984141,
            "stop": 873984159
        },
        {
            "start": 873984165,
            "stop": 873984211
        },
        {
            "start": 873984216,
            "stop": 873984219
        },
        {
            "start": 873984222,
            "stop": 873984252
        },
        {
            "start": 873984255,
            "stop": 873984257
        },
        {
            "start": 873984260,
            "stop": 873984275
        },
        {
            "start": 873984278,
            "stop": 873984283
        },
        {
            "start": 873984288,
            "stop": 873984778
        },
        {
            "start": 873984781,
            "stop": 873985669
        },
        {
            "start": 873985672,
            "stop": 873987524
        },
        {
            "start": 873987528,
            "stop": 873987584
        },
        {
            "start": 873987590,
            "stop": 873987839
        },
        {
            "start": 873987842,
            "stop": 873987843
        },
        {
            "start": 873987846,
            "stop": 873987947
        },
        {
            "start": 873987953,
            "stop": 873987957
        }
    ]
}