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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 100,
    "results": [
        {
            "start": 1259409274,
            "stop": 1259409275
        },
        {
            "start": 1259409278,
            "stop": 1259409279
        },
        {
            "start": 1259409281,
            "stop": 1259409284
        },
        {
            "start": 1259409288,
            "stop": 1259409291
        },
        {
            "start": 1259409292,
            "stop": 1259409294
        },
        {
            "start": 1259409295,
            "stop": 1259409296
        },
        {
            "start": 1259409298,
            "stop": 1259409301
        },
        {
            "start": 1259409305,
            "stop": 1259409306
        },
        {
            "start": 1259409308,
            "stop": 1259409310
        },
        {
            "start": 1259409314,
            "stop": 1259409343
        },
        {
            "start": 1259409344,
            "stop": 1259409346
        },
        {
            "start": 1259409348,
            "stop": 1259409373
        },
        {
            "start": 1259409374,
            "stop": 1259409426
        },
        {
            "start": 1259409428,
            "stop": 1259409430
        },
        {
            "start": 1259409432,
            "stop": 1259409435
        },
        {
            "start": 1259409438,
            "stop": 1259409439
        },
        {
            "start": 1259409444,
            "stop": 1259409447
        },
        {
            "start": 1259409448,
            "stop": 1259409449
        },
        {
            "start": 1259409452,
            "stop": 1259409454
        },
        {
            "start": 1259409456,
            "stop": 1259409458
        }
    ]
}