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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=261",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 262,
    "results": [
        {
            "start": 821032330,
            "stop": 821032939
        },
        {
            "start": 821032942,
            "stop": 821033077
        },
        {
            "start": 821033080,
            "stop": 821033089
        },
        {
            "start": 821033092,
            "stop": 821033591
        },
        {
            "start": 821033594,
            "stop": 821033798
        },
        {
            "start": 821033801,
            "stop": 821034494
        },
        {
            "start": 821034497,
            "stop": 821034613
        },
        {
            "start": 821034616,
            "stop": 821034755
        },
        {
            "start": 821034758,
            "stop": 821034772
        },
        {
            "start": 821034775,
            "stop": 821034873
        },
        {
            "start": 821034877,
            "stop": 821034883
        },
        {
            "start": 821034886,
            "stop": 821034892
        },
        {
            "start": 821036108,
            "stop": 821036122
        },
        {
            "start": 821036125,
            "stop": 821036164
        },
        {
            "start": 821036564,
            "stop": 821036643
        },
        {
            "start": 821036646,
            "stop": 821036889
        },
        {
            "start": 821036892,
            "stop": 821037041
        },
        {
            "start": 821037044,
            "stop": 821037147
        },
        {
            "start": 821037151,
            "stop": 821037520
        },
        {
            "start": 821037524,
            "stop": 821037710
        }
    ]
}