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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=201",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 202,
    "results": [
        {
            "start": 818210738,
            "stop": 818210741
        },
        {
            "start": 818210749,
            "stop": 818210750
        },
        {
            "start": 818210777,
            "stop": 818210778
        },
        {
            "start": 818210787,
            "stop": 818210788
        },
        {
            "start": 818210840,
            "stop": 818210846
        },
        {
            "start": 818210851,
            "stop": 818210853
        },
        {
            "start": 818210856,
            "stop": 818210857
        },
        {
            "start": 818210860,
            "stop": 818210864
        },
        {
            "start": 818210867,
            "stop": 818210873
        },
        {
            "start": 818210877,
            "stop": 818210878
        },
        {
            "start": 818210908,
            "stop": 818210910
        },
        {
            "start": 818210916,
            "stop": 818210921
        },
        {
            "start": 818210926,
            "stop": 818210927
        },
        {
            "start": 818210930,
            "stop": 818210931
        },
        {
            "start": 818210934,
            "stop": 818210935
        },
        {
            "start": 818210939,
            "stop": 818210945
        },
        {
            "start": 818210951,
            "stop": 818210957
        },
        {
            "start": 818210960,
            "stop": 818210962
        },
        {
            "start": 818210966,
            "stop": 818210969
        },
        {
            "start": 818210977,
            "stop": 818210978
        }
    ]
}