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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3162",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3163,
    "results": [
        {
            "start": 869361480,
            "stop": 869363010
        },
        {
            "start": 869363015,
            "stop": 869366040
        },
        {
            "start": 869366100,
            "stop": 869367570
        },
        {
            "start": 869439893,
            "stop": 869441214
        },
        {
            "start": 869441217,
            "stop": 869441313
        },
        {
            "start": 869441316,
            "stop": 869442344
        },
        {
            "start": 869442349,
            "stop": 869442354
        },
        {
            "start": 869443557,
            "stop": 869443733
        },
        {
            "start": 869444151,
            "stop": 869444340
        },
        {
            "start": 869444400,
            "stop": 869445780
        },
        {
            "start": 869447040,
            "stop": 869447100
        },
        {
            "start": 869447280,
            "stop": 869447340
        },
        {
            "start": 869447400,
            "stop": 869447460
        },
        {
            "start": 869447520,
            "stop": 869449872
        },
        {
            "start": 869449878,
            "stop": 869453218
        },
        {
            "start": 869453221,
            "stop": 869454587
        },
        {
            "start": 869454590,
            "stop": 869455080
        },
        {
            "start": 869455140,
            "stop": 869464530
        },
        {
            "start": 869469960,
            "stop": 869470020
        },
        {
            "start": 869470080,
            "stop": 869470200
        }
    ]
}