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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=153",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 154,
    "results": [
        {
            "start": 819477756,
            "stop": 819477762
        },
        {
            "start": 819477882,
            "stop": 819480642
        },
        {
            "start": 819486095,
            "stop": 819487803
        },
        {
            "start": 819487923,
            "stop": 819492000
        },
        {
            "start": 819492032,
            "stop": 819493920
        },
        {
            "start": 819493952,
            "stop": 819494474
        },
        {
            "start": 819494594,
            "stop": 819495756
        },
        {
            "start": 819495876,
            "stop": 819500940
        },
        {
            "start": 819501000,
            "stop": 819504894
        },
        {
            "start": 819505014,
            "stop": 819505248
        },
        {
            "start": 819505280,
            "stop": 819510209
        },
        {
            "start": 819510226,
            "stop": 819515364
        },
        {
            "start": 819515383,
            "stop": 819521486
        },
        {
            "start": 819521606,
            "stop": 819523212
        },
        {
            "start": 819523332,
            "stop": 819523921
        },
        {
            "start": 819523938,
            "stop": 819526320
        },
        {
            "start": 819526380,
            "stop": 819527232
        },
        {
            "start": 819527264,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819538528
        }
    ]
}