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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 24,
    "results": [
        {
            "start": 1238188357,
            "stop": 1238188363
        },
        {
            "start": 1238188368,
            "stop": 1238188371
        },
        {
            "start": 1238188373,
            "stop": 1238188375
        },
        {
            "start": 1238188376,
            "stop": 1238188378
        },
        {
            "start": 1238188380,
            "stop": 1238188388
        },
        {
            "start": 1238188391,
            "stop": 1238188396
        },
        {
            "start": 1238188397,
            "stop": 1238188406
        },
        {
            "start": 1238188408,
            "stop": 1238188416
        },
        {
            "start": 1238188417,
            "stop": 1238188420
        },
        {
            "start": 1238188422,
            "stop": 1238188423
        },
        {
            "start": 1238188425,
            "stop": 1238188426
        },
        {
            "start": 1238188433,
            "stop": 1238188448
        },
        {
            "start": 1238188450,
            "stop": 1238188451
        },
        {
            "start": 1238188455,
            "stop": 1238188459
        },
        {
            "start": 1238188461,
            "stop": 1238188462
        },
        {
            "start": 1238188466,
            "stop": 1238188467
        },
        {
            "start": 1238188473,
            "stop": 1238188476
        },
        {
            "start": 1238188479,
            "stop": 1238188482
        },
        {
            "start": 1238188486,
            "stop": 1238188488
        },
        {
            "start": 1238188492,
            "stop": 1238188496
        }
    ]
}