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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4176",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4177,
    "results": [
        {
            "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
        },
        {
            "start": 874378252,
            "stop": 874378255
        },
        {
            "start": 874378274,
            "stop": 874378353
        },
        {
            "start": 874378372,
            "stop": 874378398
        },
        {
            "start": 874378418,
            "stop": 874378437
        },
        {
            "start": 874378460,
            "stop": 874378513
        },
        {
            "start": 874378533,
            "stop": 874378541
        },
        {
            "start": 874378631,
            "stop": 874378698
        },
        {
            "start": 874378717,
            "stop": 874378737
        },
        {
            "start": 874378756,
            "stop": 874378800
        },
        {
            "start": 874378860,
            "stop": 874378998
        }
    ]
}