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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1079",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1077",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1078,
    "results": [
        {
            "start": 1253186294,
            "stop": 1253186372
        },
        {
            "start": 1253186376,
            "stop": 1253186427
        },
        {
            "start": 1253186432,
            "stop": 1253186682
        },
        {
            "start": 1253186686,
            "stop": 1253186805
        },
        {
            "start": 1253186810,
            "stop": 1253186858
        },
        {
            "start": 1253186865,
            "stop": 1253187063
        },
        {
            "start": 1253187066,
            "stop": 1253187580
        },
        {
            "start": 1253187584,
            "stop": 1253187751
        },
        {
            "start": 1253187756,
            "stop": 1253187865
        },
        {
            "start": 1253187868,
            "stop": 1253188466
        },
        {
            "start": 1253188470,
            "stop": 1253189216
        },
        {
            "start": 1253189220,
            "stop": 1253189228
        },
        {
            "start": 1253189231,
            "stop": 1253189292
        },
        {
            "start": 1253189296,
            "stop": 1253189319
        },
        {
            "start": 1253189323,
            "stop": 1253189549
        },
        {
            "start": 1253189553,
            "stop": 1253189747
        },
        {
            "start": 1253189751,
            "stop": 1253190203
        },
        {
            "start": 1253190210,
            "stop": 1253190849
        },
        {
            "start": 1253190854,
            "stop": 1253191051
        },
        {
            "start": 1253191054,
            "stop": 1253192423
        }
    ]
}