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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=164",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 165,
    "results": [
        {
            "start": 820230851,
            "stop": 820230876
        },
        {
            "start": 820230880,
            "stop": 820230919
        },
        {
            "start": 820230923,
            "stop": 820231035
        },
        {
            "start": 820231039,
            "stop": 820231054
        },
        {
            "start": 820231057,
            "stop": 820231333
        },
        {
            "start": 820231621,
            "stop": 820231640
        },
        {
            "start": 820231644,
            "stop": 820231767
        },
        {
            "start": 820231770,
            "stop": 820231779
        },
        {
            "start": 820231783,
            "stop": 820231924
        },
        {
            "start": 820231928,
            "stop": 820231952
        },
        {
            "start": 820231955,
            "stop": 820232223
        },
        {
            "start": 820232227,
            "stop": 820232237
        },
        {
            "start": 820232241,
            "stop": 820232251
        },
        {
            "start": 820232254,
            "stop": 820232301
        },
        {
            "start": 820232305,
            "stop": 820232329
        },
        {
            "start": 820232332,
            "stop": 820232579
        },
        {
            "start": 820232582,
            "stop": 820232712
        },
        {
            "start": 820232715,
            "stop": 820232785
        },
        {
            "start": 820232789,
            "stop": 820232834
        },
        {
            "start": 820232838,
            "stop": 820232872
        }
    ]
}