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_CAT3/segments?format=api&page=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=362",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 363,
    "results": [
        {
            "start": 823078387,
            "stop": 823078413
        },
        {
            "start": 823078416,
            "stop": 823078419
        },
        {
            "start": 823078422,
            "stop": 823078426
        },
        {
            "start": 823078429,
            "stop": 823078511
        },
        {
            "start": 823078514,
            "stop": 823078607
        },
        {
            "start": 823078610,
            "stop": 823078653
        },
        {
            "start": 823078656,
            "stop": 823078676
        },
        {
            "start": 823078680,
            "stop": 823078705
        },
        {
            "start": 823078708,
            "stop": 823078711
        },
        {
            "start": 823078715,
            "stop": 823078717
        },
        {
            "start": 823078721,
            "stop": 823078746
        },
        {
            "start": 823078749,
            "stop": 823078854
        },
        {
            "start": 823078857,
            "stop": 823078859
        },
        {
            "start": 823078863,
            "stop": 823078865
        },
        {
            "start": 823078868,
            "stop": 823078892
        },
        {
            "start": 823078895,
            "stop": 823078898
        },
        {
            "start": 823078902,
            "stop": 823078914
        },
        {
            "start": 823078917,
            "stop": 823078936
        },
        {
            "start": 823078939,
            "stop": 823079024
        },
        {
            "start": 823079027,
            "stop": 823079039
        }
    ]
}