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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=181",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 182,
    "results": [
        {
            "start": 931573724,
            "stop": 931573797
        },
        {
            "start": 931573798,
            "stop": 931573827
        },
        {
            "start": 931573829,
            "stop": 931573844
        },
        {
            "start": 931573846,
            "stop": 931573869
        },
        {
            "start": 931573871,
            "stop": 931573877
        },
        {
            "start": 931573882,
            "stop": 931573883
        },
        {
            "start": 931573885,
            "stop": 931573886
        },
        {
            "start": 931573890,
            "stop": 931573891
        },
        {
            "start": 931573893,
            "stop": 931573897
        },
        {
            "start": 931573899,
            "stop": 931573902
        },
        {
            "start": 931573904,
            "stop": 931573905
        },
        {
            "start": 931573907,
            "stop": 931573929
        },
        {
            "start": 931573931,
            "stop": 931573932
        },
        {
            "start": 931573935,
            "stop": 931573938
        },
        {
            "start": 931573940,
            "stop": 931573941
        },
        {
            "start": 931573945,
            "stop": 931573946
        },
        {
            "start": 931573950,
            "stop": 931573952
        },
        {
            "start": 931573954,
            "stop": 931573955
        },
        {
            "start": 931573962,
            "stop": 931573963
        },
        {
            "start": 931573967,
            "stop": 931573968
        }
    ]
}