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=40861
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=40862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40860",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40861,
    "results": [
        {
            "start": 875052656,
            "stop": 875052681
        },
        {
            "start": 875052682,
            "stop": 875052693
        },
        {
            "start": 875052694,
            "stop": 875052741
        },
        {
            "start": 875052743,
            "stop": 875052745
        },
        {
            "start": 875052747,
            "stop": 875052766
        },
        {
            "start": 875052768,
            "stop": 875052801
        },
        {
            "start": 875052802,
            "stop": 875052827
        },
        {
            "start": 875052828,
            "stop": 875052839
        },
        {
            "start": 875052840,
            "stop": 875052850
        },
        {
            "start": 875052851,
            "stop": 875052872
        },
        {
            "start": 875052873,
            "stop": 875052874
        },
        {
            "start": 875052876,
            "stop": 875052889
        },
        {
            "start": 875052890,
            "stop": 875052921
        },
        {
            "start": 875052922,
            "stop": 875052932
        },
        {
            "start": 875052934,
            "stop": 875052942
        },
        {
            "start": 875052943,
            "stop": 875052952
        },
        {
            "start": 875052953,
            "stop": 875052965
        },
        {
            "start": 875052968,
            "stop": 875052979
        },
        {
            "start": 875052981,
            "stop": 875053064
        },
        {
            "start": 875053066,
            "stop": 875053093
        }
    ]
}