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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=136",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 137,
    "results": [
        {
            "start": 837913430,
            "stop": 837913816
        },
        {
            "start": 837914612,
            "stop": 837914639
        },
        {
            "start": 837914646,
            "stop": 837914756
        },
        {
            "start": 837915452,
            "stop": 837916306
        },
        {
            "start": 837916313,
            "stop": 837916873
        },
        {
            "start": 837916880,
            "stop": 837917638
        },
        {
            "start": 837917645,
            "stop": 837924307
        },
        {
            "start": 837926180,
            "stop": 837944303
        },
        {
            "start": 837944310,
            "stop": 837946266
        },
        {
            "start": 837946273,
            "stop": 837954639
        },
        {
            "start": 837954640,
            "stop": 837958876
        },
        {
            "start": 837958897,
            "stop": 837958898
        },
        {
            "start": 837958913,
            "stop": 837959936
        },
        {
            "start": 837982321,
            "stop": 837986959
        },
        {
            "start": 837987056,
            "stop": 838008289
        },
        {
            "start": 838008296,
            "stop": 838041251
        },
        {
            "start": 838041388,
            "stop": 838041820
        },
        {
            "start": 838044147,
            "stop": 838049569
        },
        {
            "start": 838049577,
            "stop": 838051645
        },
        {
            "start": 838052307,
            "stop": 838054199
        }
    ]
}