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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33268",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33269,
    "results": [
        {
            "start": 970995713,
            "stop": 970995760
        },
        {
            "start": 970995763,
            "stop": 970995785
        },
        {
            "start": 970995786,
            "stop": 970995805
        },
        {
            "start": 970995808,
            "stop": 970995821
        },
        {
            "start": 970995823,
            "stop": 970995832
        },
        {
            "start": 970995833,
            "stop": 970995854
        },
        {
            "start": 970995857,
            "stop": 970995878
        },
        {
            "start": 970995879,
            "stop": 970995880
        },
        {
            "start": 970995881,
            "stop": 970995900
        },
        {
            "start": 970995901,
            "stop": 970995931
        },
        {
            "start": 970995932,
            "stop": 970995944
        },
        {
            "start": 970995945,
            "stop": 970995949
        },
        {
            "start": 970995952,
            "stop": 970995954
        },
        {
            "start": 970995957,
            "stop": 970995981
        },
        {
            "start": 970995982,
            "stop": 970996028
        },
        {
            "start": 970996029,
            "stop": 970996056
        },
        {
            "start": 970996059,
            "stop": 970996068
        },
        {
            "start": 970996071,
            "stop": 970996086
        },
        {
            "start": 970996087,
            "stop": 970996096
        },
        {
            "start": 970996099,
            "stop": 970996118
        }
    ]
}