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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=51",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 52,
    "results": [
        {
            "start": 817583644,
            "stop": 817585442
        },
        {
            "start": 817585445,
            "stop": 817586655
        },
        {
            "start": 817586661,
            "stop": 817586675
        },
        {
            "start": 817586678,
            "stop": 817586698
        },
        {
            "start": 817586701,
            "stop": 817586708
        },
        {
            "start": 817586711,
            "stop": 817586935
        },
        {
            "start": 817586942,
            "stop": 817587019
        },
        {
            "start": 817587027,
            "stop": 817587274
        },
        {
            "start": 817587282,
            "stop": 817587313
        },
        {
            "start": 817589035,
            "stop": 817590011
        },
        {
            "start": 817590015,
            "stop": 817590020
        },
        {
            "start": 817590028,
            "stop": 817591477
        },
        {
            "start": 817591480,
            "stop": 817592577
        },
        {
            "start": 817592580,
            "stop": 817594046
        },
        {
            "start": 817594049,
            "stop": 817594061
        },
        {
            "start": 817594084,
            "stop": 817594091
        },
        {
            "start": 817594102,
            "stop": 817594124
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817602078
        },
        {
            "start": 817602081,
            "stop": 817605290
        }
    ]
}