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=797
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=798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=796",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 797,
    "results": [
        {
            "start": 873484080,
            "stop": 873484087
        },
        {
            "start": 873484091,
            "stop": 873484099
        },
        {
            "start": 873484103,
            "stop": 873484133
        },
        {
            "start": 873484137,
            "stop": 873484145
        },
        {
            "start": 873484149,
            "stop": 873484156
        },
        {
            "start": 873484161,
            "stop": 873484166
        },
        {
            "start": 873484171,
            "stop": 873484179
        },
        {
            "start": 873484183,
            "stop": 873484190
        },
        {
            "start": 873484195,
            "stop": 873484202
        },
        {
            "start": 873484206,
            "stop": 873484215
        },
        {
            "start": 873484219,
            "stop": 873484239
        },
        {
            "start": 873484243,
            "stop": 873484251
        },
        {
            "start": 873484255,
            "stop": 873484262
        },
        {
            "start": 873484267,
            "stop": 873484274
        },
        {
            "start": 873484278,
            "stop": 873484291
        },
        {
            "start": 873484295,
            "stop": 873484317
        },
        {
            "start": 873484321,
            "stop": 873484332
        },
        {
            "start": 873484336,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489635
        },
        {
            "start": 873493535,
            "stop": 873499517
        }
    ]
}