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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5108",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5109,
    "results": [
        {
            "start": 874670392,
            "stop": 874670658
        },
        {
            "start": 874670665,
            "stop": 874670668
        },
        {
            "start": 874670675,
            "stop": 874670739
        },
        {
            "start": 874670747,
            "stop": 874670804
        },
        {
            "start": 874670811,
            "stop": 874670839
        },
        {
            "start": 874670847,
            "stop": 874670919
        },
        {
            "start": 874670927,
            "stop": 874670983
        },
        {
            "start": 874670990,
            "stop": 874671001
        },
        {
            "start": 874671014,
            "stop": 874671017
        },
        {
            "start": 874671024,
            "stop": 874671034
        },
        {
            "start": 874671041,
            "stop": 874671123
        },
        {
            "start": 874671130,
            "stop": 874671134
        },
        {
            "start": 874671141,
            "stop": 874671156
        },
        {
            "start": 874671163,
            "stop": 874671356
        },
        {
            "start": 874671363,
            "stop": 874671370
        },
        {
            "start": 874671377,
            "stop": 874671423
        },
        {
            "start": 874671430,
            "stop": 874671486
        },
        {
            "start": 874671493,
            "stop": 874671498
        },
        {
            "start": 874671506,
            "stop": 874671521
        },
        {
            "start": 874671529,
            "stop": 874671532
        }
    ]
}