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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=422",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 423,
    "results": [
        {
            "start": 932812635,
            "stop": 932813071
        },
        {
            "start": 932813072,
            "stop": 932813258
        },
        {
            "start": 932813259,
            "stop": 932813316
        },
        {
            "start": 932813317,
            "stop": 932813433
        },
        {
            "start": 932813434,
            "stop": 932813484
        },
        {
            "start": 932813485,
            "stop": 932813514
        },
        {
            "start": 932813515,
            "stop": 932813951
        },
        {
            "start": 932813952,
            "stop": 932814015
        },
        {
            "start": 932814375,
            "stop": 932814556
        },
        {
            "start": 932814560,
            "stop": 932814587
        },
        {
            "start": 932814590,
            "stop": 932814616
        },
        {
            "start": 932814619,
            "stop": 932814693
        },
        {
            "start": 932814694,
            "stop": 932814706
        },
        {
            "start": 932814709,
            "stop": 932814721
        },
        {
            "start": 932814724,
            "stop": 932814758
        },
        {
            "start": 932814759,
            "stop": 932814871
        },
        {
            "start": 932814874,
            "stop": 932814976
        },
        {
            "start": 932814979,
            "stop": 932815007
        },
        {
            "start": 932815009,
            "stop": 932815022
        },
        {
            "start": 932815025,
            "stop": 932815051
        }
    ]
}