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=40551
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=40552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40550",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40551,
    "results": [
        {
            "start": 874829768,
            "stop": 874829903
        },
        {
            "start": 874829904,
            "stop": 874829988
        },
        {
            "start": 874829989,
            "stop": 874830030
        },
        {
            "start": 874830031,
            "stop": 874830054
        },
        {
            "start": 874830056,
            "stop": 874830073
        },
        {
            "start": 874830074,
            "stop": 874830201
        },
        {
            "start": 874830202,
            "stop": 874830287
        },
        {
            "start": 874830288,
            "stop": 874830329
        },
        {
            "start": 874830330,
            "stop": 874830364
        },
        {
            "start": 874830366,
            "stop": 874830368
        },
        {
            "start": 874830369,
            "stop": 874830392
        },
        {
            "start": 874830394,
            "stop": 874830398
        },
        {
            "start": 874830399,
            "stop": 874830432
        },
        {
            "start": 874830433,
            "stop": 874830450
        },
        {
            "start": 874830452,
            "stop": 874830500
        },
        {
            "start": 874830501,
            "stop": 874830520
        },
        {
            "start": 874830521,
            "stop": 874830613
        },
        {
            "start": 874830614,
            "stop": 874830714
        },
        {
            "start": 874830715,
            "stop": 874830733
        },
        {
            "start": 874830734,
            "stop": 874830776
        }
    ]
}