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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4853",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4854,
    "results": [
        {
            "start": 874738547,
            "stop": 874738573
        },
        {
            "start": 874738597,
            "stop": 874738713
        },
        {
            "start": 874738733,
            "stop": 874738818
        },
        {
            "start": 874738837,
            "stop": 874738846
        },
        {
            "start": 874738865,
            "stop": 874738869
        },
        {
            "start": 874738888,
            "stop": 874738905
        },
        {
            "start": 874738940,
            "stop": 874739138
        },
        {
            "start": 874739158,
            "stop": 874739194
        },
        {
            "start": 874739214,
            "stop": 874739266
        },
        {
            "start": 874739286,
            "stop": 874739508
        },
        {
            "start": 874739539,
            "stop": 874739588
        },
        {
            "start": 874739607,
            "stop": 874739647
        },
        {
            "start": 874739667,
            "stop": 874739677
        },
        {
            "start": 874739715,
            "stop": 874739753
        },
        {
            "start": 874739772,
            "stop": 874739825
        },
        {
            "start": 874739844,
            "stop": 874739904
        },
        {
            "start": 874739923,
            "stop": 874739975
        },
        {
            "start": 874739994,
            "stop": 874740024
        },
        {
            "start": 874740056,
            "stop": 874740141
        },
        {
            "start": 874740160,
            "stop": 874740184
        }
    ]
}