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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=256",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 257,
    "results": [
        {
            "start": 821684311,
            "stop": 821684314
        },
        {
            "start": 821684317,
            "stop": 821684331
        },
        {
            "start": 821684334,
            "stop": 821684336
        },
        {
            "start": 821684340,
            "stop": 821684352
        },
        {
            "start": 821684355,
            "stop": 821684359
        },
        {
            "start": 821684364,
            "stop": 821684370
        },
        {
            "start": 821684376,
            "stop": 821684392
        },
        {
            "start": 821684957,
            "stop": 821684959
        },
        {
            "start": 821684962,
            "stop": 821684966
        },
        {
            "start": 821684969,
            "stop": 821684971
        },
        {
            "start": 821684974,
            "stop": 821684977
        },
        {
            "start": 821684980,
            "stop": 821684986
        },
        {
            "start": 821684989,
            "stop": 821684999
        },
        {
            "start": 821685002,
            "stop": 821685006
        },
        {
            "start": 821685012,
            "stop": 821685013
        },
        {
            "start": 821685016,
            "stop": 821685026
        },
        {
            "start": 821685035,
            "stop": 821685037
        },
        {
            "start": 821685042,
            "stop": 821685052
        },
        {
            "start": 821685055,
            "stop": 821685059
        },
        {
            "start": 821685062,
            "stop": 821685066
        }
    ]
}