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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=352",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 353,
    "results": [
        {
            "start": 856150345,
            "stop": 856167208
        },
        {
            "start": 856167610,
            "stop": 856200285
        },
        {
            "start": 856200290,
            "stop": 856200832
        },
        {
            "start": 856200838,
            "stop": 856200857
        },
        {
            "start": 856200865,
            "stop": 856200867
        },
        {
            "start": 856200873,
            "stop": 856200875
        },
        {
            "start": 856200880,
            "stop": 856200882
        },
        {
            "start": 856200888,
            "stop": 856200892
        },
        {
            "start": 856200894,
            "stop": 856200912
        },
        {
            "start": 856200918,
            "stop": 856201755
        },
        {
            "start": 856202700,
            "stop": 856202902
        },
        {
            "start": 856202908,
            "stop": 856202915
        },
        {
            "start": 856202920,
            "stop": 856202937
        },
        {
            "start": 856202948,
            "stop": 856202957
        },
        {
            "start": 856202963,
            "stop": 856202965
        },
        {
            "start": 856202970,
            "stop": 856210350
        },
        {
            "start": 856210725,
            "stop": 856210737
        },
        {
            "start": 856211037,
            "stop": 856217332
        },
        {
            "start": 856217338,
            "stop": 856217357
        },
        {
            "start": 856217363,
            "stop": 856217412
        }
    ]
}