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=1356
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=1357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1355",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1356,
    "results": [
        {
            "start": 843852351,
            "stop": 843852383
        },
        {
            "start": 843852386,
            "stop": 843852389
        },
        {
            "start": 843852392,
            "stop": 843852482
        },
        {
            "start": 843852485,
            "stop": 843852508
        },
        {
            "start": 843852511,
            "stop": 843852513
        },
        {
            "start": 843852516,
            "stop": 843852596
        },
        {
            "start": 843852600,
            "stop": 843852609
        },
        {
            "start": 843852612,
            "stop": 843852734
        },
        {
            "start": 843852737,
            "stop": 843852785
        },
        {
            "start": 843852788,
            "stop": 843852856
        },
        {
            "start": 843852859,
            "stop": 843852894
        },
        {
            "start": 843852897,
            "stop": 843852918
        },
        {
            "start": 843852921,
            "stop": 843852990
        },
        {
            "start": 843852993,
            "stop": 843853021
        },
        {
            "start": 843853024,
            "stop": 843853060
        },
        {
            "start": 843853063,
            "stop": 843853094
        },
        {
            "start": 843853097,
            "stop": 843853119
        },
        {
            "start": 843853122,
            "stop": 843853206
        },
        {
            "start": 843853209,
            "stop": 843853216
        },
        {
            "start": 843853219,
            "stop": 843853220
        }
    ]
}