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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=50",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 51,
    "results": [
        {
            "start": 821682347,
            "stop": 821684623
        },
        {
            "start": 821685363,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821713088
        },
        {
            "start": 821713568,
            "stop": 821713600
        },
        {
            "start": 821756512,
            "stop": 821756514
        },
        {
            "start": 821757024,
            "stop": 821763680
        },
        {
            "start": 821764192,
            "stop": 821772064
        },
        {
            "start": 821772544,
            "stop": 821781369
        },
        {
            "start": 821782924,
            "stop": 821783036
        },
        {
            "start": 821784676,
            "stop": 821785153
        },
        {
            "start": 821785971,
            "stop": 821786112
        },
        {
            "start": 821786560,
            "stop": 821786652
        },
        {
            "start": 821786792,
            "stop": 821787253
        },
        {
            "start": 821789712,
            "stop": 821790599
        },
        {
            "start": 821790602,
            "stop": 821796433
        },
        {
            "start": 821796473,
            "stop": 821796474
        },
        {
            "start": 821798664,
            "stop": 821798747
        },
        {
            "start": 821800732,
            "stop": 821801953
        },
        {
            "start": 821804220,
            "stop": 821805112
        },
        {
            "start": 821820062,
            "stop": 821820733
        }
    ]
}