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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=250",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 251,
    "results": [
        {
            "start": 860342710,
            "stop": 860342727
        },
        {
            "start": 860342730,
            "stop": 860342737
        },
        {
            "start": 860342744,
            "stop": 860342820
        },
        {
            "start": 860342823,
            "stop": 860342832
        },
        {
            "start": 860342835,
            "stop": 860342838
        },
        {
            "start": 860342841,
            "stop": 860342849
        },
        {
            "start": 860342855,
            "stop": 860342856
        },
        {
            "start": 860342859,
            "stop": 860342969
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357858
        },
        {
            "start": 860358495,
            "stop": 860364216
        },
        {
            "start": 860364969,
            "stop": 860366133
        },
        {
            "start": 860366905,
            "stop": 860367299
        },
        {
            "start": 860367300,
            "stop": 860371176
        },
        {
            "start": 860372545,
            "stop": 860401168
        },
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440171
        },
        {
            "start": 860441126,
            "stop": 860441866
        },
        {
            "start": 860441869,
            "stop": 860453976
        }
    ]
}