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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 119,
    "results": [
        {
            "start": 820129664,
            "stop": 820130070
        },
        {
            "start": 820130073,
            "stop": 820133041
        },
        {
            "start": 820133044,
            "stop": 820133066
        },
        {
            "start": 820133069,
            "stop": 820135572
        },
        {
            "start": 820135575,
            "stop": 820135957
        },
        {
            "start": 820135961,
            "stop": 820137065
        },
        {
            "start": 820137068,
            "stop": 820138405
        },
        {
            "start": 820138410,
            "stop": 820139340
        },
        {
            "start": 820139343,
            "stop": 820139413
        },
        {
            "start": 820139822,
            "stop": 820141285
        },
        {
            "start": 820141288,
            "stop": 820141561
        },
        {
            "start": 820141564,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820145235
        },
        {
            "start": 820145238,
            "stop": 820145496
        },
        {
            "start": 820145500,
            "stop": 820145537
        },
        {
            "start": 820145541,
            "stop": 820146437
        },
        {
            "start": 820146440,
            "stop": 820147167
        },
        {
            "start": 820148015,
            "stop": 820148460
        }
    ]
}