Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=173
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=172",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 173,
    "results": [
        {
            "start": 819453450,
            "stop": 819454834
        },
        {
            "start": 819454837,
            "stop": 819458624
        },
        {
            "start": 819458656,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819464576
        },
        {
            "start": 819464608,
            "stop": 819466272
        },
        {
            "start": 819466304,
            "stop": 819470752
        },
        {
            "start": 819470784,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819471819
        },
        {
            "start": 819471939,
            "stop": 819477636
        },
        {
            "start": 819477756,
            "stop": 819477762
        },
        {
            "start": 819477882,
            "stop": 819480686
        },
        {
            "start": 819482620,
            "stop": 819484562
        },
        {
            "start": 819484682,
            "stop": 819487803
        },
        {
            "start": 819487923,
            "stop": 819492000
        },
        {
            "start": 819492032,
            "stop": 819493920
        },
        {
            "start": 819493952,
            "stop": 819494474
        },
        {
            "start": 819494594,
            "stop": 819495756
        },
        {
            "start": 819495876,
            "stop": 819504894
        },
        {
            "start": 819505014,
            "stop": 819505248
        },
        {
            "start": 819505280,
            "stop": 819521486
        }
    ]
}