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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40629",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40630,
    "results": [
        {
            "start": 874905765,
            "stop": 874905883
        },
        {
            "start": 874905884,
            "stop": 874905886
        },
        {
            "start": 874905888,
            "stop": 874905902
        },
        {
            "start": 874905903,
            "stop": 874905908
        },
        {
            "start": 874905909,
            "stop": 874905925
        },
        {
            "start": 874905926,
            "stop": 874906013
        },
        {
            "start": 874906014,
            "stop": 874906108
        },
        {
            "start": 874906109,
            "stop": 874906125
        },
        {
            "start": 874906126,
            "stop": 874906209
        },
        {
            "start": 874906210,
            "stop": 874906211
        },
        {
            "start": 874906212,
            "stop": 874906224
        },
        {
            "start": 874906225,
            "stop": 874906275
        },
        {
            "start": 874906276,
            "stop": 874906295
        },
        {
            "start": 874906297,
            "stop": 874906420
        },
        {
            "start": 874906422,
            "stop": 874906474
        },
        {
            "start": 874906475,
            "stop": 874906559
        },
        {
            "start": 874906560,
            "stop": 874906569
        },
        {
            "start": 874906570,
            "stop": 874906607
        },
        {
            "start": 874906608,
            "stop": 874906653
        },
        {
            "start": 874906655,
            "stop": 874906672
        }
    ]
}