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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7108",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7109,
    "results": [
        {
            "start": 874219980,
            "stop": 874221069
        },
        {
            "start": 874221070,
            "stop": 874221082
        },
        {
            "start": 874221084,
            "stop": 874221142
        },
        {
            "start": 874221143,
            "stop": 874221162
        },
        {
            "start": 874221164,
            "stop": 874221537
        },
        {
            "start": 874221538,
            "stop": 874221587
        },
        {
            "start": 874221588,
            "stop": 874221712
        },
        {
            "start": 874221714,
            "stop": 874221785
        },
        {
            "start": 874221786,
            "stop": 874221902
        },
        {
            "start": 874221903,
            "stop": 874222737
        },
        {
            "start": 874222738,
            "stop": 874223067
        },
        {
            "start": 874223068,
            "stop": 874223520
        },
        {
            "start": 874223521,
            "stop": 874223548
        },
        {
            "start": 874223550,
            "stop": 874223595
        },
        {
            "start": 874223596,
            "stop": 874223946
        },
        {
            "start": 874223948,
            "stop": 874224293
        },
        {
            "start": 874224294,
            "stop": 874224736
        },
        {
            "start": 874224738,
            "stop": 874224794
        },
        {
            "start": 874224796,
            "stop": 874225136
        },
        {
            "start": 874225137,
            "stop": 874225189
        }
    ]
}