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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=686",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 687,
    "results": [
        {
            "start": 855693275,
            "stop": 855706418
        },
        {
            "start": 855708260,
            "stop": 855708742
        },
        {
            "start": 855709523,
            "stop": 855712538
        },
        {
            "start": 855713172,
            "stop": 855778710
        },
        {
            "start": 855780880,
            "stop": 855783240
        },
        {
            "start": 855784316,
            "stop": 855809700
        },
        {
            "start": 855813326,
            "stop": 855824205
        },
        {
            "start": 855825516,
            "stop": 855862413
        },
        {
            "start": 855867651,
            "stop": 855867681
        },
        {
            "start": 855869550,
            "stop": 855869740
        },
        {
            "start": 855887484,
            "stop": 855901139
        },
        {
            "start": 855902199,
            "stop": 855907780
        },
        {
            "start": 855908878,
            "stop": 855938847
        },
        {
            "start": 855938848,
            "stop": 855943424
        },
        {
            "start": 855944815,
            "stop": 855949000
        },
        {
            "start": 855949813,
            "stop": 855953342
        },
        {
            "start": 855954822,
            "stop": 855954949
        },
        {
            "start": 856006144,
            "stop": 856006427
        },
        {
            "start": 856009275,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856057923
        }
    ]
}