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=40618
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=40619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40617",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40618,
    "results": [
        {
            "start": 874893646,
            "stop": 874893651
        },
        {
            "start": 874893652,
            "stop": 874893687
        },
        {
            "start": 874893688,
            "stop": 874893730
        },
        {
            "start": 874893731,
            "stop": 874893844
        },
        {
            "start": 874893845,
            "stop": 874893866
        },
        {
            "start": 874893868,
            "stop": 874893922
        },
        {
            "start": 874893923,
            "stop": 874893943
        },
        {
            "start": 874893944,
            "stop": 874893985
        },
        {
            "start": 874893987,
            "stop": 874894009
        },
        {
            "start": 874894010,
            "stop": 874894163
        },
        {
            "start": 874894164,
            "stop": 874894174
        },
        {
            "start": 874894175,
            "stop": 874894300
        },
        {
            "start": 874894301,
            "stop": 874894310
        },
        {
            "start": 874894312,
            "stop": 874894342
        },
        {
            "start": 874894344,
            "stop": 874894381
        },
        {
            "start": 874894382,
            "stop": 874894390
        },
        {
            "start": 874894391,
            "stop": 874894417
        },
        {
            "start": 874894418,
            "stop": 874894510
        },
        {
            "start": 874894511,
            "stop": 874894872
        },
        {
            "start": 874894873,
            "stop": 874894940
        }
    ]
}