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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=224",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 225,
    "results": [
        {
            "start": 827344557,
            "stop": 827344560
        },
        {
            "start": 827344562,
            "stop": 827344612
        },
        {
            "start": 827344614,
            "stop": 827344656
        },
        {
            "start": 827344658,
            "stop": 827347651
        },
        {
            "start": 827347653,
            "stop": 827347654
        },
        {
            "start": 827347658,
            "stop": 827347671
        },
        {
            "start": 827347675,
            "stop": 827347678
        },
        {
            "start": 827347684,
            "stop": 827347726
        },
        {
            "start": 827347729,
            "stop": 827347883
        },
        {
            "start": 827347885,
            "stop": 827352130
        },
        {
            "start": 827352135,
            "stop": 827352155
        },
        {
            "start": 827352165,
            "stop": 827352167
        },
        {
            "start": 827352173,
            "stop": 827352683
        },
        {
            "start": 827357728,
            "stop": 827358171
        },
        {
            "start": 827358173,
            "stop": 827358470
        },
        {
            "start": 827358472,
            "stop": 827360173
        },
        {
            "start": 827360175,
            "stop": 827361010
        },
        {
            "start": 827361012,
            "stop": 827361554
        },
        {
            "start": 827361557,
            "stop": 827361562
        },
        {
            "start": 827361564,
            "stop": 827361572
        }
    ]
}