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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=92",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 93,
    "results": [
        {
            "start": 837816616,
            "stop": 837832404
        },
        {
            "start": 837837028,
            "stop": 837843260
        },
        {
            "start": 837844612,
            "stop": 837865958
        },
        {
            "start": 837867068,
            "stop": 837869905
        },
        {
            "start": 837870119,
            "stop": 837871590
        },
        {
            "start": 837912636,
            "stop": 837913816
        },
        {
            "start": 837914612,
            "stop": 837914756
        },
        {
            "start": 837915452,
            "stop": 837924307
        },
        {
            "start": 837926180,
            "stop": 837959937
        },
        {
            "start": 837982321,
            "stop": 837986961
        },
        {
            "start": 837987056,
            "stop": 838041254
        },
        {
            "start": 838041388,
            "stop": 838041822
        },
        {
            "start": 838044147,
            "stop": 838051647
        },
        {
            "start": 838052307,
            "stop": 838054206
        },
        {
            "start": 838054875,
            "stop": 838062011
        },
        {
            "start": 838062281,
            "stop": 838064571
        },
        {
            "start": 838066158,
            "stop": 838071521
        },
        {
            "start": 838072441,
            "stop": 838075853
        },
        {
            "start": 838075971,
            "stop": 838078042
        },
        {
            "start": 838078248,
            "stop": 838078974
        }
    ]
}