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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 85,
    "results": [
        {
            "start": 1238424729,
            "stop": 1238424864
        },
        {
            "start": 1238424865,
            "stop": 1238424933
        },
        {
            "start": 1238424934,
            "stop": 1238425272
        },
        {
            "start": 1238425280,
            "stop": 1238425288
        },
        {
            "start": 1238425289,
            "stop": 1238425292
        },
        {
            "start": 1238425297,
            "stop": 1238425377
        },
        {
            "start": 1238425378,
            "stop": 1238425455
        },
        {
            "start": 1238425457,
            "stop": 1238425663
        },
        {
            "start": 1238425664,
            "stop": 1238425667
        },
        {
            "start": 1238425668,
            "stop": 1238425773
        },
        {
            "start": 1238425774,
            "stop": 1238425852
        },
        {
            "start": 1238425853,
            "stop": 1238425855
        },
        {
            "start": 1238425856,
            "stop": 1238426132
        },
        {
            "start": 1238426139,
            "stop": 1238426140
        },
        {
            "start": 1238426145,
            "stop": 1238426146
        },
        {
            "start": 1238426152,
            "stop": 1238426155
        },
        {
            "start": 1238426158,
            "stop": 1238426159
        },
        {
            "start": 1238426160,
            "stop": 1238426161
        },
        {
            "start": 1238426162,
            "stop": 1238426636
        },
        {
            "start": 1238426639,
            "stop": 1238426640
        }
    ]
}