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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7573",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7571",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7572,
    "results": [
        {
            "start": 970470431,
            "stop": 970470442
        },
        {
            "start": 970470445,
            "stop": 970470477
        },
        {
            "start": 970470480,
            "stop": 970470547
        },
        {
            "start": 970470553,
            "stop": 970470574
        },
        {
            "start": 970470577,
            "stop": 970470586
        },
        {
            "start": 970470589,
            "stop": 970470601
        },
        {
            "start": 970470604,
            "stop": 970470608
        },
        {
            "start": 970470611,
            "stop": 970470623
        },
        {
            "start": 970470626,
            "stop": 970470635
        },
        {
            "start": 970470638,
            "stop": 970470641
        },
        {
            "start": 970470644,
            "stop": 970470655
        },
        {
            "start": 970470675,
            "stop": 970470699
        },
        {
            "start": 970470702,
            "stop": 970470719
        },
        {
            "start": 970470722,
            "stop": 970470804
        },
        {
            "start": 970470813,
            "stop": 970470827
        },
        {
            "start": 970470830,
            "stop": 970470833
        },
        {
            "start": 970470836,
            "stop": 970470847
        },
        {
            "start": 970470853,
            "stop": 970470884
        },
        {
            "start": 970470888,
            "stop": 970470912
        },
        {
            "start": 970470915,
            "stop": 970470963
        }
    ]
}