Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=135
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=134",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 135,
    "results": [
        {
            "start": 863074966,
            "stop": 863091498
        },
        {
            "start": 863092650,
            "stop": 863119433
        },
        {
            "start": 863123846,
            "stop": 863126665
        },
        {
            "start": 863129775,
            "stop": 863140164
        },
        {
            "start": 863172908,
            "stop": 863201542
        },
        {
            "start": 863202315,
            "stop": 863202516
        },
        {
            "start": 863203130,
            "stop": 863205198
        },
        {
            "start": 863209207,
            "stop": 863216951
        },
        {
            "start": 863217790,
            "stop": 863220718
        },
        {
            "start": 863222314,
            "stop": 863228420
        },
        {
            "start": 863233016,
            "stop": 863276416
        },
        {
            "start": 863294264,
            "stop": 863295675
        },
        {
            "start": 863296724,
            "stop": 863301795
        },
        {
            "start": 863302799,
            "stop": 863308179
        },
        {
            "start": 863308220,
            "stop": 863317374
        },
        {
            "start": 863318844,
            "stop": 863371784
        },
        {
            "start": 863373259,
            "stop": 863377891
        },
        {
            "start": 863378750,
            "stop": 863400953
        },
        {
            "start": 863404107,
            "stop": 863457764
        },
        {
            "start": 863461815,
            "stop": 863462405
        }
    ]
}