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=4978
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=4979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4977",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4978,
    "results": [
        {
            "start": 874497454,
            "stop": 874497574
        },
        {
            "start": 874497581,
            "stop": 874497664
        },
        {
            "start": 874497671,
            "stop": 874497707
        },
        {
            "start": 874497714,
            "stop": 874497827
        },
        {
            "start": 874497834,
            "stop": 874497906
        },
        {
            "start": 874497914,
            "stop": 874498039
        },
        {
            "start": 874498051,
            "stop": 874498168
        },
        {
            "start": 874498180,
            "stop": 874498259
        },
        {
            "start": 874498266,
            "stop": 874498775
        },
        {
            "start": 874498782,
            "stop": 874498830
        },
        {
            "start": 874498837,
            "stop": 874499010
        },
        {
            "start": 874499018,
            "stop": 874499050
        },
        {
            "start": 874499057,
            "stop": 874499195
        },
        {
            "start": 874499202,
            "stop": 874499270
        },
        {
            "start": 874499278,
            "stop": 874499893
        },
        {
            "start": 874499900,
            "stop": 874499919
        },
        {
            "start": 874499926,
            "stop": 874500266
        },
        {
            "start": 874500273,
            "stop": 874500720
        },
        {
            "start": 874500728,
            "stop": 874501052
        },
        {
            "start": 874501059,
            "stop": 874501098
        }
    ]
}