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=40702
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=40703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40701",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40702,
    "results": [
        {
            "start": 874941549,
            "stop": 874941558
        },
        {
            "start": 874941559,
            "stop": 874941568
        },
        {
            "start": 874941569,
            "stop": 874941580
        },
        {
            "start": 874941581,
            "stop": 874941593
        },
        {
            "start": 874941594,
            "stop": 874941617
        },
        {
            "start": 874941618,
            "stop": 874941678
        },
        {
            "start": 874941679,
            "stop": 874941703
        },
        {
            "start": 874941704,
            "stop": 874941720
        },
        {
            "start": 874941840,
            "stop": 874941849
        },
        {
            "start": 874941850,
            "stop": 874941853
        },
        {
            "start": 874941854,
            "stop": 874941876
        },
        {
            "start": 874941878,
            "stop": 874941895
        },
        {
            "start": 874941896,
            "stop": 874941954
        },
        {
            "start": 874941955,
            "stop": 874941967
        },
        {
            "start": 874941968,
            "stop": 874941971
        },
        {
            "start": 874941972,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942087
        },
        {
            "start": 874942088,
            "stop": 874942097
        },
        {
            "start": 874942098,
            "stop": 874942119
        },
        {
            "start": 874942120,
            "stop": 874942196
        }
    ]
}