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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1866",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1864",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1865,
    "results": [
        {
            "start": 1250782101,
            "stop": 1250782127
        },
        {
            "start": 1250782130,
            "stop": 1250782132
        },
        {
            "start": 1250782133,
            "stop": 1250782165
        },
        {
            "start": 1250782168,
            "stop": 1250782189
        },
        {
            "start": 1250782192,
            "stop": 1250782221
        },
        {
            "start": 1250782222,
            "stop": 1250782458
        },
        {
            "start": 1250782459,
            "stop": 1250782534
        },
        {
            "start": 1250782539,
            "stop": 1250782595
        },
        {
            "start": 1250782598,
            "stop": 1250782723
        },
        {
            "start": 1250782726,
            "stop": 1250782830
        },
        {
            "start": 1250782833,
            "stop": 1250782978
        },
        {
            "start": 1250782981,
            "stop": 1250783300
        },
        {
            "start": 1250783303,
            "stop": 1250783306
        },
        {
            "start": 1250783307,
            "stop": 1250783373
        },
        {
            "start": 1250783374,
            "stop": 1250783422
        },
        {
            "start": 1250783426,
            "stop": 1250783499
        },
        {
            "start": 1250783502,
            "stop": 1250783561
        },
        {
            "start": 1250783564,
            "stop": 1250783585
        },
        {
            "start": 1250783587,
            "stop": 1250783676
        },
        {
            "start": 1250783679,
            "stop": 1250784201
        }
    ]
}