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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=174",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 175,
    "results": [
        {
            "start": 931137863,
            "stop": 931137864
        },
        {
            "start": 931137867,
            "stop": 931137869
        },
        {
            "start": 931137870,
            "stop": 931137874
        },
        {
            "start": 931137879,
            "stop": 931137880
        },
        {
            "start": 931137884,
            "stop": 931137885
        },
        {
            "start": 931137891,
            "stop": 931137893
        },
        {
            "start": 931137896,
            "stop": 931137904
        },
        {
            "start": 931137905,
            "stop": 931137906
        },
        {
            "start": 931137911,
            "stop": 931137913
        },
        {
            "start": 931137914,
            "stop": 931137915
        },
        {
            "start": 931137916,
            "stop": 931137917
        },
        {
            "start": 931137918,
            "stop": 931137919
        },
        {
            "start": 931137920,
            "stop": 931137921
        },
        {
            "start": 931137924,
            "stop": 931137930
        },
        {
            "start": 931137931,
            "stop": 931137932
        },
        {
            "start": 931137936,
            "stop": 931137938
        },
        {
            "start": 931137942,
            "stop": 931137945
        },
        {
            "start": 931137948,
            "stop": 931137953
        },
        {
            "start": 931137954,
            "stop": 931137957
        },
        {
            "start": 931137965,
            "stop": 931137966
        }
    ]
}