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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40962",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40963,
    "results": [
        {
            "start": 875126302,
            "stop": 875126358
        },
        {
            "start": 875126359,
            "stop": 875126395
        },
        {
            "start": 875126396,
            "stop": 875126455
        },
        {
            "start": 875126457,
            "stop": 875126495
        },
        {
            "start": 875126496,
            "stop": 875126524
        },
        {
            "start": 875126525,
            "stop": 875126530
        },
        {
            "start": 875126531,
            "stop": 875126549
        },
        {
            "start": 875126551,
            "stop": 875126565
        },
        {
            "start": 875126567,
            "stop": 875126587
        },
        {
            "start": 875126589,
            "stop": 875126612
        },
        {
            "start": 875126614,
            "stop": 875126669
        },
        {
            "start": 875126670,
            "stop": 875126681
        },
        {
            "start": 875126682,
            "stop": 875126707
        },
        {
            "start": 875126709,
            "stop": 875126712
        },
        {
            "start": 875126713,
            "stop": 875126750
        },
        {
            "start": 875126751,
            "stop": 875126786
        },
        {
            "start": 875126787,
            "stop": 875126804
        },
        {
            "start": 875126805,
            "stop": 875126807
        },
        {
            "start": 875126808,
            "stop": 875126884
        },
        {
            "start": 875126886,
            "stop": 875126892
        }
    ]
}