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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40966",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40967,
    "results": [
        {
            "start": 875128870,
            "stop": 875128880
        },
        {
            "start": 875128882,
            "stop": 875128886
        },
        {
            "start": 875128887,
            "stop": 875128897
        },
        {
            "start": 875128898,
            "stop": 875128927
        },
        {
            "start": 875128928,
            "stop": 875128929
        },
        {
            "start": 875128930,
            "stop": 875129031
        },
        {
            "start": 875129032,
            "stop": 875129040
        },
        {
            "start": 875129041,
            "stop": 875129076
        },
        {
            "start": 875129077,
            "stop": 875129166
        },
        {
            "start": 875129167,
            "stop": 875129205
        },
        {
            "start": 875129206,
            "stop": 875129274
        },
        {
            "start": 875129275,
            "stop": 875129279
        },
        {
            "start": 875129280,
            "stop": 875129344
        },
        {
            "start": 875129346,
            "stop": 875129386
        },
        {
            "start": 875129388,
            "stop": 875129464
        },
        {
            "start": 875129465,
            "stop": 875129613
        },
        {
            "start": 875129614,
            "stop": 875129621
        },
        {
            "start": 875129622,
            "stop": 875129670
        },
        {
            "start": 875129671,
            "stop": 875129725
        },
        {
            "start": 875129727,
            "stop": 875129772
        }
    ]
}