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=9812
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=9813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9811",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9812,
    "results": [
        {
            "start": 873912085,
            "stop": 873912093
        },
        {
            "start": 873912096,
            "stop": 873912098
        },
        {
            "start": 873912101,
            "stop": 873912138
        },
        {
            "start": 873912141,
            "stop": 873912143
        },
        {
            "start": 873912146,
            "stop": 873912149
        },
        {
            "start": 873912153,
            "stop": 873912178
        },
        {
            "start": 873912184,
            "stop": 873912246
        },
        {
            "start": 873912250,
            "stop": 873912271
        },
        {
            "start": 873912274,
            "stop": 873912275
        },
        {
            "start": 873912278,
            "stop": 873912300
        },
        {
            "start": 873912306,
            "stop": 873912327
        },
        {
            "start": 873939716,
            "stop": 873939995
        },
        {
            "start": 873939998,
            "stop": 873941891
        },
        {
            "start": 873941894,
            "stop": 873941895
        },
        {
            "start": 873941898,
            "stop": 873942454
        },
        {
            "start": 873942457,
            "stop": 873942907
        },
        {
            "start": 873942910,
            "stop": 873943117
        },
        {
            "start": 873943123,
            "stop": 873943164
        },
        {
            "start": 873943167,
            "stop": 873943174
        },
        {
            "start": 873943177,
            "stop": 873943865
        }
    ]
}