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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=190",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 191,
    "results": [
        {
            "start": 846384082,
            "stop": 846384900
        },
        {
            "start": 846384902,
            "stop": 846384925
        },
        {
            "start": 846384926,
            "stop": 846385712
        },
        {
            "start": 846385714,
            "stop": 846385735
        },
        {
            "start": 846385749,
            "stop": 846385940
        },
        {
            "start": 846385947,
            "stop": 846386465
        },
        {
            "start": 846386466,
            "stop": 846388345
        },
        {
            "start": 846388346,
            "stop": 846388349
        },
        {
            "start": 846388357,
            "stop": 846388396
        },
        {
            "start": 846388404,
            "stop": 846388794
        },
        {
            "start": 846388802,
            "stop": 846403513
        },
        {
            "start": 846403519,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846421097
        },
        {
            "start": 846421105,
            "stop": 846435819
        },
        {
            "start": 846435969,
            "stop": 846436781
        },
        {
            "start": 846436782,
            "stop": 846438564
        },
        {
            "start": 846438572,
            "stop": 846440190
        },
        {
            "start": 846440272,
            "stop": 846442708
        },
        {
            "start": 846442710,
            "stop": 846457825
        },
        {
            "start": 846460721,
            "stop": 846517646
        }
    ]
}