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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=107",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 108,
    "results": [
        {
            "start": 967388167,
            "stop": 967390244
        },
        {
            "start": 967391965,
            "stop": 967393780
        },
        {
            "start": 967414776,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665568
        },
        {
            "start": 967668392,
            "stop": 967679980
        },
        {
            "start": 967704535,
            "stop": 967742059
        },
        {
            "start": 967749348,
            "stop": 967759426
        },
        {
            "start": 967762112,
            "stop": 967766510
        },
        {
            "start": 967771817,
            "stop": 967816851
        },
        {
            "start": 967820168,
            "stop": 967827264
        },
        {
            "start": 967829196,
            "stop": 967832891
        },
        {
            "start": 967834564,
            "stop": 967835601
        },
        {
            "start": 967837483,
            "stop": 967845886
        },
        {
            "start": 967848140,
            "stop": 967850694
        },
        {
            "start": 967853803,
            "stop": 967877883
        },
        {
            "start": 967880357,
            "stop": 967885450
        },
        {
            "start": 967889388,
            "stop": 967889484
        },
        {
            "start": 967891699,
            "stop": 967893501
        },
        {
            "start": 967895471,
            "stop": 967895819
        },
        {
            "start": 967897568,
            "stop": 967899003
        }
    ]
}