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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=26",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 27,
    "results": [
        {
            "start": 819091876,
            "stop": 819093853
        },
        {
            "start": 819094356,
            "stop": 819094453
        },
        {
            "start": 819095330,
            "stop": 819100880
        },
        {
            "start": 819100906,
            "stop": 819101639
        },
        {
            "start": 819101643,
            "stop": 819102112
        },
        {
            "start": 819102144,
            "stop": 819104293
        },
        {
            "start": 819105095,
            "stop": 819113413
        },
        {
            "start": 819114475,
            "stop": 819121472
        },
        {
            "start": 819121504,
            "stop": 819124273
        },
        {
            "start": 819124298,
            "stop": 819124300
        },
        {
            "start": 819124456,
            "stop": 819125248
        },
        {
            "start": 819125280,
            "stop": 819127648
        },
        {
            "start": 819127680,
            "stop": 819127993
        },
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144553
        },
        {
            "start": 819145645,
            "stop": 819147013
        },
        {
            "start": 819165778,
            "stop": 819166656
        },
        {
            "start": 819166688,
            "stop": 819183232
        },
        {
            "start": 819183264,
            "stop": 819183328
        },
        {
            "start": 819183360,
            "stop": 819185263
        }
    ]
}