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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=75",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 76,
    "results": [
        {
            "start": 817871332,
            "stop": 817871453
        },
        {
            "start": 817871457,
            "stop": 817871487
        },
        {
            "start": 817871490,
            "stop": 817871552
        },
        {
            "start": 817871555,
            "stop": 817871566
        },
        {
            "start": 817871569,
            "stop": 817871577
        },
        {
            "start": 817871580,
            "stop": 817871591
        },
        {
            "start": 817871594,
            "stop": 817871600
        },
        {
            "start": 817871604,
            "stop": 817871643
        },
        {
            "start": 817871650,
            "stop": 817871652
        },
        {
            "start": 817871655,
            "stop": 817871763
        },
        {
            "start": 817871768,
            "stop": 817871895
        },
        {
            "start": 817871898,
            "stop": 817872196
        },
        {
            "start": 817872199,
            "stop": 817872203
        },
        {
            "start": 817872206,
            "stop": 817872212
        },
        {
            "start": 817872215,
            "stop": 817872295
        },
        {
            "start": 817872298,
            "stop": 817872758
        },
        {
            "start": 817872761,
            "stop": 817872951
        },
        {
            "start": 817872954,
            "stop": 817873001
        },
        {
            "start": 817873004,
            "stop": 817873231
        },
        {
            "start": 817873235,
            "stop": 817873471
        }
    ]
}