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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=522",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 523,
    "results": [
        {
            "start": 967704535,
            "stop": 967731613
        },
        {
            "start": 967731614,
            "stop": 967742044
        },
        {
            "start": 967749348,
            "stop": 967756925
        },
        {
            "start": 967756926,
            "stop": 967759411
        },
        {
            "start": 967762112,
            "stop": 967766495
        },
        {
            "start": 967771817,
            "stop": 967800239
        },
        {
            "start": 967800240,
            "stop": 967816836
        },
        {
            "start": 967820168,
            "stop": 967827249
        },
        {
            "start": 967829196,
            "stop": 967832876
        },
        {
            "start": 967834564,
            "stop": 967835586
        },
        {
            "start": 967837483,
            "stop": 967837578
        },
        {
            "start": 967837579,
            "stop": 967845871
        },
        {
            "start": 967848140,
            "stop": 967850679
        },
        {
            "start": 967853803,
            "stop": 967877868
        },
        {
            "start": 967880357,
            "stop": 967885435
        },
        {
            "start": 967889388,
            "stop": 967889469
        },
        {
            "start": 967891699,
            "stop": 967893486
        },
        {
            "start": 967895471,
            "stop": 967895804
        },
        {
            "start": 967897568,
            "stop": 967898988
        },
        {
            "start": 967903073,
            "stop": 967904111
        }
    ]
}