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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3782",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3783,
    "results": [
        {
            "start": 874422989,
            "stop": 874424571
        },
        {
            "start": 874424588,
            "stop": 874424642
        },
        {
            "start": 874424661,
            "stop": 874426398
        },
        {
            "start": 874426415,
            "stop": 874426980
        },
        {
            "start": 874427100,
            "stop": 874427576
        },
        {
            "start": 874427593,
            "stop": 874428113
        },
        {
            "start": 874428180,
            "stop": 874429800
        },
        {
            "start": 874429920,
            "stop": 874430040
        },
        {
            "start": 874430100,
            "stop": 874430324
        },
        {
            "start": 874430342,
            "stop": 874431791
        },
        {
            "start": 874431808,
            "stop": 874432701
        },
        {
            "start": 874432718,
            "stop": 874432727
        },
        {
            "start": 874432744,
            "stop": 874432995
        },
        {
            "start": 874433024,
            "stop": 874433094
        },
        {
            "start": 874433111,
            "stop": 874433122
        },
        {
            "start": 874433139,
            "stop": 874433384
        },
        {
            "start": 874433576,
            "stop": 874434454
        },
        {
            "start": 874434471,
            "stop": 874434480
        },
        {
            "start": 874434600,
            "stop": 874435104
        },
        {
            "start": 874435121,
            "stop": 874435787
        }
    ]
}