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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7370",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7371,
    "results": [
        {
            "start": 969623517,
            "stop": 969623584
        },
        {
            "start": 969623587,
            "stop": 969623674
        },
        {
            "start": 969623677,
            "stop": 969623966
        },
        {
            "start": 969623969,
            "stop": 969624762
        },
        {
            "start": 969624765,
            "stop": 969625538
        },
        {
            "start": 969625541,
            "stop": 969625643
        },
        {
            "start": 969625646,
            "stop": 969625856
        },
        {
            "start": 969625859,
            "stop": 969627322
        },
        {
            "start": 969627325,
            "stop": 969627608
        },
        {
            "start": 969627611,
            "stop": 969628168
        },
        {
            "start": 969628171,
            "stop": 969628753
        },
        {
            "start": 969628756,
            "stop": 969629747
        },
        {
            "start": 969629867,
            "stop": 969630587
        },
        {
            "start": 969630707,
            "stop": 969630805
        },
        {
            "start": 969630808,
            "stop": 969630951
        },
        {
            "start": 969636724,
            "stop": 969637155
        },
        {
            "start": 969637158,
            "stop": 969637416
        },
        {
            "start": 969637419,
            "stop": 969637607
        },
        {
            "start": 969637915,
            "stop": 969637958
        },
        {
            "start": 969638147,
            "stop": 969638327
        }
    ]
}