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=7614
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=7615",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7613",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7614,
    "results": [
        {
            "start": 970850894,
            "stop": 970850896
        },
        {
            "start": 970851076,
            "stop": 970851168
        },
        {
            "start": 970851171,
            "stop": 970851192
        },
        {
            "start": 970851195,
            "stop": 970851422
        },
        {
            "start": 970851427,
            "stop": 970851453
        },
        {
            "start": 970851456,
            "stop": 970851464
        },
        {
            "start": 970851467,
            "stop": 970851533
        },
        {
            "start": 970851538,
            "stop": 970851604
        },
        {
            "start": 970851676,
            "stop": 970851679
        },
        {
            "start": 970851684,
            "stop": 970851700
        },
        {
            "start": 970851703,
            "stop": 970851714
        },
        {
            "start": 970851717,
            "stop": 970851724
        },
        {
            "start": 970851804,
            "stop": 970851809
        },
        {
            "start": 970851812,
            "stop": 970851855
        },
        {
            "start": 970851976,
            "stop": 970851991
        },
        {
            "start": 970852002,
            "stop": 970852112
        },
        {
            "start": 970852117,
            "stop": 970852119
        },
        {
            "start": 970852123,
            "stop": 970852124
        },
        {
            "start": 970852164,
            "stop": 970852170
        },
        {
            "start": 970852174,
            "stop": 970852177
        }
    ]
}