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=7365
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=7366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7364",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7365,
    "results": [
        {
            "start": 969563467,
            "stop": 969563571
        },
        {
            "start": 969563574,
            "stop": 969563668
        },
        {
            "start": 969565506,
            "stop": 969565573
        },
        {
            "start": 969565576,
            "stop": 969565684
        },
        {
            "start": 969565695,
            "stop": 969566032
        },
        {
            "start": 969566035,
            "stop": 969567645
        },
        {
            "start": 969567648,
            "stop": 969568718
        },
        {
            "start": 969568721,
            "stop": 969569082
        },
        {
            "start": 969569085,
            "stop": 969569731
        },
        {
            "start": 969569734,
            "stop": 969569823
        },
        {
            "start": 969569826,
            "stop": 969570039
        },
        {
            "start": 969570042,
            "stop": 969570179
        },
        {
            "start": 969570182,
            "stop": 969570248
        },
        {
            "start": 969570251,
            "stop": 969571497
        },
        {
            "start": 969571500,
            "stop": 969572364
        },
        {
            "start": 969572367,
            "stop": 969572692
        },
        {
            "start": 969572695,
            "stop": 969574462
        },
        {
            "start": 969576461,
            "stop": 969576719
        },
        {
            "start": 969576722,
            "stop": 969576856
        },
        {
            "start": 969576859,
            "stop": 969577208
        }
    ]
}