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=6310
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=6311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6309",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6310,
    "results": [
        {
            "start": 873196093,
            "stop": 873196536
        },
        {
            "start": 873196537,
            "stop": 873196745
        },
        {
            "start": 873196746,
            "stop": 873196958
        },
        {
            "start": 873196959,
            "stop": 873197733
        },
        {
            "start": 873197734,
            "stop": 873198146
        },
        {
            "start": 873198147,
            "stop": 873198650
        },
        {
            "start": 873198652,
            "stop": 873198657
        },
        {
            "start": 873198659,
            "stop": 873199698
        },
        {
            "start": 873199699,
            "stop": 873199774
        },
        {
            "start": 873199775,
            "stop": 873200271
        },
        {
            "start": 873200273,
            "stop": 873200279
        },
        {
            "start": 873200280,
            "stop": 873201406
        },
        {
            "start": 873201407,
            "stop": 873201689
        },
        {
            "start": 873201690,
            "stop": 873201882
        },
        {
            "start": 873201884,
            "stop": 873202105
        },
        {
            "start": 873202106,
            "stop": 873203164
        },
        {
            "start": 873203165,
            "stop": 873203321
        },
        {
            "start": 873203323,
            "stop": 873203804
        },
        {
            "start": 873203805,
            "stop": 873203868
        },
        {
            "start": 873203869,
            "stop": 873204044
        }
    ]
}