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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=82",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 83,
    "results": [
        {
            "start": 816937027,
            "stop": 816937666
        },
        {
            "start": 816937669,
            "stop": 816938670
        },
        {
            "start": 816938673,
            "stop": 816938967
        },
        {
            "start": 816938970,
            "stop": 816939440
        },
        {
            "start": 816939444,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816940174
        },
        {
            "start": 816940177,
            "stop": 816940566
        },
        {
            "start": 816940569,
            "stop": 816940935
        },
        {
            "start": 816940938,
            "stop": 816941088
        },
        {
            "start": 816941091,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816941539
        },
        {
            "start": 816941542,
            "stop": 816942771
        },
        {
            "start": 816942774,
            "stop": 816944826
        },
        {
            "start": 816944829,
            "stop": 816945213
        },
        {
            "start": 816945216,
            "stop": 816945920
        },
        {
            "start": 816945924,
            "stop": 816946289
        },
        {
            "start": 816946293,
            "stop": 816946819
        },
        {
            "start": 816947649,
            "stop": 816947846
        },
        {
            "start": 816947849,
            "stop": 816950589
        },
        {
            "start": 816950592,
            "stop": 816951028
        }
    ]
}