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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=403",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 404,
    "results": [
        {
            "start": 932648775,
            "stop": 932649440
        },
        {
            "start": 932649441,
            "stop": 932649458
        },
        {
            "start": 932649460,
            "stop": 932649614
        },
        {
            "start": 932649615,
            "stop": 932649773
        },
        {
            "start": 932649774,
            "stop": 932649987
        },
        {
            "start": 932649990,
            "stop": 932650107
        },
        {
            "start": 932650109,
            "stop": 932650216
        },
        {
            "start": 932650217,
            "stop": 932650782
        },
        {
            "start": 932650783,
            "stop": 932650808
        },
        {
            "start": 932650809,
            "stop": 932651127
        },
        {
            "start": 932651128,
            "stop": 932651193
        },
        {
            "start": 932651194,
            "stop": 932652015
        },
        {
            "start": 932652375,
            "stop": 932652401
        },
        {
            "start": 932652402,
            "stop": 932652586
        },
        {
            "start": 932652587,
            "stop": 932652956
        },
        {
            "start": 932652957,
            "stop": 932653026
        },
        {
            "start": 932653027,
            "stop": 932653133
        },
        {
            "start": 932653134,
            "stop": 932653442
        },
        {
            "start": 932653443,
            "stop": 932653650
        },
        {
            "start": 932653652,
            "stop": 932653669
        }
    ]
}