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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=220",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 221,
    "results": [
        {
            "start": 821137722,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821139164
        },
        {
            "start": 821139345,
            "stop": 821139410
        },
        {
            "start": 821139490,
            "stop": 821139830
        },
        {
            "start": 821139970,
            "stop": 821140970
        },
        {
            "start": 821141050,
            "stop": 821144623
        },
        {
            "start": 821144630,
            "stop": 821146878
        },
        {
            "start": 821146885,
            "stop": 821148438
        },
        {
            "start": 821148445,
            "stop": 821148470
        },
        {
            "start": 821148610,
            "stop": 821150497
        },
        {
            "start": 821150504,
            "stop": 821150510
        },
        {
            "start": 821150650,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821151890
        },
        {
            "start": 821151970,
            "stop": 821154170
        },
        {
            "start": 821154250,
            "stop": 821157890
        },
        {
            "start": 821158030,
            "stop": 821160890
        },
        {
            "start": 821160970,
            "stop": 821163419
        },
        {
            "start": 821163426,
            "stop": 821166808
        },
        {
            "start": 821166815,
            "stop": 821168268
        },
        {
            "start": 821168296,
            "stop": 821172836
        }
    ]
}