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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=84",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 85,
    "results": [
        {
            "start": 836038994,
            "stop": 836039649
        },
        {
            "start": 836042913,
            "stop": 836063490
        },
        {
            "start": 836064734,
            "stop": 836067440
        },
        {
            "start": 836074822,
            "stop": 836078870
        },
        {
            "start": 836079173,
            "stop": 836080693
        },
        {
            "start": 836084224,
            "stop": 836097907
        },
        {
            "start": 836099208,
            "stop": 836119291
        },
        {
            "start": 836120775,
            "stop": 836126238
        },
        {
            "start": 836132113,
            "stop": 836158058
        },
        {
            "start": 836158630,
            "stop": 836159865
        },
        {
            "start": 836160141,
            "stop": 836163655
        },
        {
            "start": 836164545,
            "stop": 836165700
        },
        {
            "start": 836166799,
            "stop": 836170095
        },
        {
            "start": 836171038,
            "stop": 836172399
        },
        {
            "start": 836173306,
            "stop": 836183874
        },
        {
            "start": 836185290,
            "stop": 836188667
        },
        {
            "start": 836189582,
            "stop": 836197411
        },
        {
            "start": 836198465,
            "stop": 836198772
        },
        {
            "start": 836200045,
            "stop": 836202439
        },
        {
            "start": 836203336,
            "stop": 836221977
        }
    ]
}