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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=75",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 76,
    "results": [
        {
            "start": 1238425664,
            "stop": 1238425667
        },
        {
            "start": 1238425668,
            "stop": 1238425773
        },
        {
            "start": 1238425774,
            "stop": 1238425852
        },
        {
            "start": 1238425853,
            "stop": 1238425855
        },
        {
            "start": 1238425856,
            "stop": 1238426134
        },
        {
            "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": 1238426638,
            "stop": 1238426640
        },
        {
            "start": 1238426641,
            "stop": 1238426650
        },
        {
            "start": 1238426651,
            "stop": 1238426669
        },
        {
            "start": 1238426671,
            "stop": 1238426681
        },
        {
            "start": 1238441899,
            "stop": 1238441915
        },
        {
            "start": 1238441916,
            "stop": 1238442100
        },
        {
            "start": 1238442101,
            "stop": 1238442231
        },
        {
            "start": 1238442232,
            "stop": 1238442341
        },
        {
            "start": 1238442344,
            "stop": 1238442347
        }
    ]
}