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=40868
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=40869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40867",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40868,
    "results": [
        {
            "start": 875058321,
            "stop": 875058370
        },
        {
            "start": 875058371,
            "stop": 875058376
        },
        {
            "start": 875058377,
            "stop": 875058455
        },
        {
            "start": 875058456,
            "stop": 875058489
        },
        {
            "start": 875058490,
            "stop": 875058509
        },
        {
            "start": 875058510,
            "stop": 875058544
        },
        {
            "start": 875058545,
            "stop": 875058591
        },
        {
            "start": 875058592,
            "stop": 875058663
        },
        {
            "start": 875058666,
            "stop": 875058851
        },
        {
            "start": 875058852,
            "stop": 875058941
        },
        {
            "start": 875058942,
            "stop": 875058977
        },
        {
            "start": 875058978,
            "stop": 875059010
        },
        {
            "start": 875059011,
            "stop": 875059054
        },
        {
            "start": 875059055,
            "stop": 875059190
        },
        {
            "start": 875059191,
            "stop": 875059200
        },
        {
            "start": 875059201,
            "stop": 875059202
        },
        {
            "start": 875059204,
            "stop": 875059222
        },
        {
            "start": 875059223,
            "stop": 875059251
        },
        {
            "start": 875059252,
            "stop": 875059264
        },
        {
            "start": 875059266,
            "stop": 875059290
        }
    ]
}