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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2924",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2925,
    "results": [
        {
            "start": 858800954,
            "stop": 858801068
        },
        {
            "start": 858801077,
            "stop": 858801189
        },
        {
            "start": 858801193,
            "stop": 858801199
        },
        {
            "start": 858801252,
            "stop": 858801406
        },
        {
            "start": 858801420,
            "stop": 858801450
        },
        {
            "start": 858801462,
            "stop": 858801477
        },
        {
            "start": 858801491,
            "stop": 858801516
        },
        {
            "start": 858801525,
            "stop": 858803400
        },
        {
            "start": 858803640,
            "stop": 858803700
        },
        {
            "start": 858803940,
            "stop": 858803970
        },
        {
            "start": 858804360,
            "stop": 858804420
        },
        {
            "start": 858804660,
            "stop": 858804973
        },
        {
            "start": 858804977,
            "stop": 858804998
        },
        {
            "start": 858805001,
            "stop": 858805021
        },
        {
            "start": 858805025,
            "stop": 858805043
        },
        {
            "start": 858805046,
            "stop": 858805049
        },
        {
            "start": 858805053,
            "stop": 858805068
        },
        {
            "start": 858805072,
            "stop": 858805087
        },
        {
            "start": 858805091,
            "stop": 858805094
        },
        {
            "start": 858805098,
            "stop": 858805110
        }
    ]
}