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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3768",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3769,
    "results": [
        {
            "start": 873088622,
            "stop": 873088628
        },
        {
            "start": 873088629,
            "stop": 873088630
        },
        {
            "start": 873088634,
            "stop": 873088635
        },
        {
            "start": 873088636,
            "stop": 873088637
        },
        {
            "start": 873088638,
            "stop": 873088649
        },
        {
            "start": 873088652,
            "stop": 873088656
        },
        {
            "start": 873088657,
            "stop": 873088658
        },
        {
            "start": 873088659,
            "stop": 873088674
        },
        {
            "start": 873088677,
            "stop": 873088678
        },
        {
            "start": 873088680,
            "stop": 873088688
        },
        {
            "start": 873088689,
            "stop": 873088698
        },
        {
            "start": 873088699,
            "stop": 873088711
        },
        {
            "start": 873088713,
            "stop": 873088717
        },
        {
            "start": 873088718,
            "stop": 873088721
        },
        {
            "start": 873088722,
            "stop": 873088757
        },
        {
            "start": 873088758,
            "stop": 873088774
        },
        {
            "start": 873088775,
            "stop": 873088800
        },
        {
            "start": 873088801,
            "stop": 873088810
        },
        {
            "start": 873088811,
            "stop": 873097243
        },
        {
            "start": 873097246,
            "stop": 873097584
        }
    ]
}