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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=174",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 175,
    "results": [
        {
            "start": 819847379,
            "stop": 819847440
        },
        {
            "start": 819847500,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847825
        },
        {
            "start": 819847828,
            "stop": 819848134
        },
        {
            "start": 819848137,
            "stop": 819848443
        },
        {
            "start": 819848624,
            "stop": 819849084
        },
        {
            "start": 819849088,
            "stop": 819849231
        },
        {
            "start": 819849236,
            "stop": 819849355
        },
        {
            "start": 819850670,
            "stop": 819850741
        },
        {
            "start": 819850744,
            "stop": 819850753
        },
        {
            "start": 819850869,
            "stop": 819851194
        },
        {
            "start": 819851197,
            "stop": 819851201
        },
        {
            "start": 819851204,
            "stop": 819851275
        },
        {
            "start": 819851395,
            "stop": 819851644
        },
        {
            "start": 819851647,
            "stop": 819852000
        },
        {
            "start": 819852144,
            "stop": 819852240
        },
        {
            "start": 819852300,
            "stop": 819852720
        },
        {
            "start": 819852780,
            "stop": 819853168
        },
        {
            "start": 819853288,
            "stop": 819853800
        },
        {
            "start": 819853860,
            "stop": 819855120
        }
    ]
}