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=529
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=530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=528",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 529,
    "results": [
        {
            "start": 827174262,
            "stop": 827174363
        },
        {
            "start": 827174366,
            "stop": 827174417
        },
        {
            "start": 827174421,
            "stop": 827174435
        },
        {
            "start": 827174452,
            "stop": 827174646
        },
        {
            "start": 827174655,
            "stop": 827174681
        },
        {
            "start": 827174684,
            "stop": 827174717
        },
        {
            "start": 827174723,
            "stop": 827174740
        },
        {
            "start": 827174743,
            "stop": 827174937
        },
        {
            "start": 827174940,
            "stop": 827175006
        },
        {
            "start": 827175012,
            "stop": 827175036
        },
        {
            "start": 827178045,
            "stop": 827178080
        },
        {
            "start": 827178084,
            "stop": 827178143
        },
        {
            "start": 827178146,
            "stop": 827178172
        },
        {
            "start": 827178175,
            "stop": 827178192
        },
        {
            "start": 827178195,
            "stop": 827178268
        },
        {
            "start": 827178275,
            "stop": 827178439
        },
        {
            "start": 827178454,
            "stop": 827178490
        },
        {
            "start": 827178505,
            "stop": 827178654
        },
        {
            "start": 827178669,
            "stop": 827178731
        },
        {
            "start": 827178734,
            "stop": 827178876
        }
    ]
}