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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=283",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 284,
    "results": [
        {
            "start": 820614780,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820615380
        },
        {
            "start": 820615979,
            "stop": 820616054
        },
        {
            "start": 820616074,
            "stop": 820616340
        },
        {
            "start": 820616400,
            "stop": 820616491
        },
        {
            "start": 820616508,
            "stop": 820617032
        },
        {
            "start": 820617035,
            "stop": 820617109
        },
        {
            "start": 820617240,
            "stop": 820617600
        },
        {
            "start": 820617660,
            "stop": 820617780
        },
        {
            "start": 820617840,
            "stop": 820617956
        },
        {
            "start": 820617973,
            "stop": 820617997
        },
        {
            "start": 820618000,
            "stop": 820618013
        },
        {
            "start": 820618133,
            "stop": 820618498
        },
        {
            "start": 820618501,
            "stop": 820618761
        },
        {
            "start": 820618764,
            "stop": 820619075
        },
        {
            "start": 820619092,
            "stop": 820619580
        },
        {
            "start": 820619640,
            "stop": 820620420
        },
        {
            "start": 820620480,
            "stop": 820621509
        },
        {
            "start": 820621512,
            "stop": 820623236
        },
        {
            "start": 820623253,
            "stop": 820624591
        }
    ]
}