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=7613
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=7614",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7612",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7613,
    "results": [
        {
            "start": 970849879,
            "stop": 970849881
        },
        {
            "start": 970849884,
            "stop": 970849891
        },
        {
            "start": 970849894,
            "stop": 970849902
        },
        {
            "start": 970849913,
            "stop": 970850002
        },
        {
            "start": 970850005,
            "stop": 970850039
        },
        {
            "start": 970850041,
            "stop": 970850055
        },
        {
            "start": 970850058,
            "stop": 970850069
        },
        {
            "start": 970850072,
            "stop": 970850075
        },
        {
            "start": 970850078,
            "stop": 970850116
        },
        {
            "start": 970850181,
            "stop": 970850208
        },
        {
            "start": 970850214,
            "stop": 970850385
        },
        {
            "start": 970850388,
            "stop": 970850583
        },
        {
            "start": 970850586,
            "stop": 970850639
        },
        {
            "start": 970850642,
            "stop": 970850810
        },
        {
            "start": 970850814,
            "stop": 970850833
        },
        {
            "start": 970850836,
            "stop": 970850840
        },
        {
            "start": 970850843,
            "stop": 970850844
        },
        {
            "start": 970850845,
            "stop": 970850876
        },
        {
            "start": 970850879,
            "stop": 970850884
        },
        {
            "start": 970850887,
            "stop": 970850891
        }
    ]
}