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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=97",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 98,
    "results": [
        {
            "start": 821433104,
            "stop": 821433279
        },
        {
            "start": 821433284,
            "stop": 821433385
        },
        {
            "start": 821433388,
            "stop": 821433412
        },
        {
            "start": 821433415,
            "stop": 821433442
        },
        {
            "start": 821433445,
            "stop": 821433625
        },
        {
            "start": 821433628,
            "stop": 821433716
        },
        {
            "start": 821433719,
            "stop": 821434137
        },
        {
            "start": 821434140,
            "stop": 821434388
        },
        {
            "start": 821434391,
            "stop": 821434683
        },
        {
            "start": 821434686,
            "stop": 821434725
        },
        {
            "start": 821434728,
            "stop": 821434756
        },
        {
            "start": 821434759,
            "stop": 821434771
        },
        {
            "start": 821434774,
            "stop": 821434807
        },
        {
            "start": 821434810,
            "stop": 821434826
        },
        {
            "start": 821434829,
            "stop": 821435110
        },
        {
            "start": 821435113,
            "stop": 821435152
        },
        {
            "start": 821435155,
            "stop": 821435189
        },
        {
            "start": 821435192,
            "stop": 821435407
        },
        {
            "start": 821435410,
            "stop": 821435493
        },
        {
            "start": 821435496,
            "stop": 821435565
        }
    ]
}