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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=110",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 111,
    "results": [
        {
            "start": 825909989,
            "stop": 825910091
        },
        {
            "start": 825910095,
            "stop": 825910101
        },
        {
            "start": 825910139,
            "stop": 825910153
        },
        {
            "start": 825943279,
            "stop": 825943478
        },
        {
            "start": 825943482,
            "stop": 825944773
        },
        {
            "start": 825947854,
            "stop": 825951107
        },
        {
            "start": 825951110,
            "stop": 825953731
        },
        {
            "start": 825953735,
            "stop": 825954082
        },
        {
            "start": 825954086,
            "stop": 825954708
        },
        {
            "start": 825954712,
            "stop": 825956713
        },
        {
            "start": 825959156,
            "stop": 825960973
        },
        {
            "start": 825961967,
            "stop": 825962142
        },
        {
            "start": 825964355,
            "stop": 825965833
        },
        {
            "start": 825966665,
            "stop": 825970771
        },
        {
            "start": 825970775,
            "stop": 825970923
        },
        {
            "start": 825971516,
            "stop": 825972566
        },
        {
            "start": 825972579,
            "stop": 825972599
        },
        {
            "start": 825972603,
            "stop": 825974286
        },
        {
            "start": 825974295,
            "stop": 825974305
        },
        {
            "start": 825974309,
            "stop": 825974344
        }
    ]
}