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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=387",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 388,
    "results": [
        {
            "start": 825941446,
            "stop": 825941478
        },
        {
            "start": 825941566,
            "stop": 825941586
        },
        {
            "start": 825941872,
            "stop": 825941887
        },
        {
            "start": 825942307,
            "stop": 825942314
        },
        {
            "start": 825942322,
            "stop": 825942356
        },
        {
            "start": 825942398,
            "stop": 825942411
        },
        {
            "start": 825942419,
            "stop": 825942437
        },
        {
            "start": 825942444,
            "stop": 825942445
        },
        {
            "start": 825942459,
            "stop": 825942483
        },
        {
            "start": 825942490,
            "stop": 825942495
        },
        {
            "start": 825942502,
            "stop": 825942600
        },
        {
            "start": 825942607,
            "stop": 825942652
        },
        {
            "start": 825942659,
            "stop": 825942714
        },
        {
            "start": 825942721,
            "stop": 825942867
        },
        {
            "start": 825942874,
            "stop": 825942916
        },
        {
            "start": 825942923,
            "stop": 825942929
        },
        {
            "start": 825942937,
            "stop": 825943003
        },
        {
            "start": 825943011,
            "stop": 825943026
        },
        {
            "start": 825943033,
            "stop": 825943040
        },
        {
            "start": 825943047,
            "stop": 825943209
        }
    ]
}