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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=191",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 192,
    "results": [
        {
            "start": 931611572,
            "stop": 931611596
        },
        {
            "start": 931611598,
            "stop": 931611604
        },
        {
            "start": 931611605,
            "stop": 931611609
        },
        {
            "start": 931611611,
            "stop": 931611614
        },
        {
            "start": 931611616,
            "stop": 931611704
        },
        {
            "start": 931611705,
            "stop": 931611747
        },
        {
            "start": 931611748,
            "stop": 931612012
        },
        {
            "start": 931612014,
            "stop": 931612076
        },
        {
            "start": 931612077,
            "stop": 931612121
        },
        {
            "start": 931612123,
            "stop": 931612171
        },
        {
            "start": 931612172,
            "stop": 931612174
        },
        {
            "start": 931612175,
            "stop": 931612183
        },
        {
            "start": 931612185,
            "stop": 931612456
        },
        {
            "start": 931612460,
            "stop": 931612510
        },
        {
            "start": 931612512,
            "stop": 931612548
        },
        {
            "start": 931612549,
            "stop": 931612767
        },
        {
            "start": 931612769,
            "stop": 931612852
        },
        {
            "start": 931612854,
            "stop": 931612972
        },
        {
            "start": 931612975,
            "stop": 931612987
        },
        {
            "start": 931612989,
            "stop": 931612996
        }
    ]
}