Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=284
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=283",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 284,
    "results": [
        {
            "start": 931172955,
            "stop": 931172956
        },
        {
            "start": 931172959,
            "stop": 931172961
        },
        {
            "start": 931172963,
            "stop": 931172964
        },
        {
            "start": 931172966,
            "stop": 931172969
        },
        {
            "start": 931172970,
            "stop": 931172972
        },
        {
            "start": 931172974,
            "stop": 931172979
        },
        {
            "start": 931172980,
            "stop": 931172982
        },
        {
            "start": 931172984,
            "stop": 931172990
        },
        {
            "start": 931172992,
            "stop": 931172996
        },
        {
            "start": 931172998,
            "stop": 931173001
        },
        {
            "start": 931173005,
            "stop": 931173008
        },
        {
            "start": 931173010,
            "stop": 931173014
        },
        {
            "start": 931173015,
            "stop": 931173018
        },
        {
            "start": 931173020,
            "stop": 931173024
        },
        {
            "start": 931173026,
            "stop": 931173027
        },
        {
            "start": 931173028,
            "stop": 931173032
        },
        {
            "start": 931173033,
            "stop": 931173035
        },
        {
            "start": 931173037,
            "stop": 931173039
        },
        {
            "start": 931173040,
            "stop": 931173044
        },
        {
            "start": 931173046,
            "stop": 931173051
        }
    ]
}