Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=120",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 121,
    "results": [
        {
            "start": 836118290,
            "stop": 836119290
        },
        {
            "start": 836120775,
            "stop": 836126238
        },
        {
            "start": 836132113,
            "stop": 836146930
        },
        {
            "start": 836146939,
            "stop": 836158058
        },
        {
            "start": 836158630,
            "stop": 836159865
        },
        {
            "start": 836160141,
            "stop": 836163654
        },
        {
            "start": 836164545,
            "stop": 836165699
        },
        {
            "start": 836166799,
            "stop": 836169641
        },
        {
            "start": 836169647,
            "stop": 836169986
        },
        {
            "start": 836169993,
            "stop": 836169995
        },
        {
            "start": 836170002,
            "stop": 836170094
        },
        {
            "start": 836171038,
            "stop": 836172398
        },
        {
            "start": 836173306,
            "stop": 836179051
        },
        {
            "start": 836179058,
            "stop": 836183873
        },
        {
            "start": 836185290,
            "stop": 836188665
        },
        {
            "start": 836189582,
            "stop": 836191569
        },
        {
            "start": 836191576,
            "stop": 836197410
        },
        {
            "start": 836198465,
            "stop": 836198771
        },
        {
            "start": 836200045,
            "stop": 836202438
        },
        {
            "start": 836203336,
            "stop": 836213613
        }
    ]
}