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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=377",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 378,
    "results": [
        {
            "start": 825693916,
            "stop": 825695035
        },
        {
            "start": 825695160,
            "stop": 825696073
        },
        {
            "start": 825696106,
            "stop": 825696107
        },
        {
            "start": 825697158,
            "stop": 825697374
        },
        {
            "start": 825699393,
            "stop": 825699600
        },
        {
            "start": 825699605,
            "stop": 825700112
        },
        {
            "start": 825700115,
            "stop": 825701643
        },
        {
            "start": 825701647,
            "stop": 825702420
        },
        {
            "start": 825702540,
            "stop": 825702880
        },
        {
            "start": 825704236,
            "stop": 825705690
        },
        {
            "start": 825705693,
            "stop": 825706926
        },
        {
            "start": 825706929,
            "stop": 825707940
        },
        {
            "start": 825708120,
            "stop": 825708992
        },
        {
            "start": 825708995,
            "stop": 825710305
        },
        {
            "start": 825710309,
            "stop": 825711345
        },
        {
            "start": 825711867,
            "stop": 825712020
        },
        {
            "start": 825712488,
            "stop": 825714000
        },
        {
            "start": 825714003,
            "stop": 825714044
        },
        {
            "start": 825714052,
            "stop": 825714054
        },
        {
            "start": 825714060,
            "stop": 825714076
        }
    ]
}