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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4693",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4694,
    "results": [
        {
            "start": 874376451,
            "stop": 874376470
        },
        {
            "start": 874376492,
            "stop": 874376511
        },
        {
            "start": 874376530,
            "stop": 874376667
        },
        {
            "start": 874376687,
            "stop": 874376708
        },
        {
            "start": 874376727,
            "stop": 874376859
        },
        {
            "start": 874376878,
            "stop": 874376908
        },
        {
            "start": 874376927,
            "stop": 874376932
        },
        {
            "start": 874377067,
            "stop": 874377151
        },
        {
            "start": 874377170,
            "stop": 874377181
        },
        {
            "start": 874377200,
            "stop": 874377240
        },
        {
            "start": 874377360,
            "stop": 874377364
        },
        {
            "start": 874377383,
            "stop": 874377396
        },
        {
            "start": 874377415,
            "stop": 874377438
        },
        {
            "start": 874377457,
            "stop": 874377484
        },
        {
            "start": 874377504,
            "stop": 874377577
        },
        {
            "start": 874377725,
            "stop": 874377810
        },
        {
            "start": 874377829,
            "stop": 874378005
        },
        {
            "start": 874378060,
            "stop": 874378080
        },
        {
            "start": 874378153,
            "stop": 874378161
        },
        {
            "start": 874378181,
            "stop": 874378212
        }
    ]
}