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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 65,
    "results": [
        {
            "start": 1172509112,
            "stop": 1172515092
        },
        {
            "start": 1172515096,
            "stop": 1172516854
        },
        {
            "start": 1172516858,
            "stop": 1172526135
        },
        {
            "start": 1172526138,
            "stop": 1172548882
        },
        {
            "start": 1172548885,
            "stop": 1172551365
        },
        {
            "start": 1172551369,
            "stop": 1172565198
        },
        {
            "start": 1172565715,
            "stop": 1172570757
        },
        {
            "start": 1172570761,
            "stop": 1172571521
        },
        {
            "start": 1172571525,
            "stop": 1172574381
        },
        {
            "start": 1172574385,
            "stop": 1172577258
        },
        {
            "start": 1172577262,
            "stop": 1172587954
        },
        {
            "start": 1172587958,
            "stop": 1172591444
        },
        {
            "start": 1172591449,
            "stop": 1172591450
        },
        {
            "start": 1172591451,
            "stop": 1172591479
        },
        {
            "start": 1172591482,
            "stop": 1172591484
        },
        {
            "start": 1172591486,
            "stop": 1172592726
        },
        {
            "start": 1172592728,
            "stop": 1172594447
        },
        {
            "start": 1172594451,
            "stop": 1172602716
        },
        {
            "start": 1172602729,
            "stop": 1172606424
        },
        {
            "start": 1172612537,
            "stop": 1172619311
        }
    ]
}