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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7330",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7331,
    "results": [
        {
            "start": 969270972,
            "stop": 969271051
        },
        {
            "start": 969271054,
            "stop": 969271066
        },
        {
            "start": 969271069,
            "stop": 969271372
        },
        {
            "start": 969271375,
            "stop": 969271425
        },
        {
            "start": 969271428,
            "stop": 969271643
        },
        {
            "start": 969271646,
            "stop": 969272088
        },
        {
            "start": 969272091,
            "stop": 969272100
        },
        {
            "start": 969272103,
            "stop": 969272105
        },
        {
            "start": 969272108,
            "stop": 969272468
        },
        {
            "start": 969272471,
            "stop": 969272825
        },
        {
            "start": 969272828,
            "stop": 969272833
        },
        {
            "start": 969272836,
            "stop": 969273136
        },
        {
            "start": 969273139,
            "stop": 969273223
        },
        {
            "start": 969273226,
            "stop": 969273254
        },
        {
            "start": 969273257,
            "stop": 969273277
        },
        {
            "start": 969273280,
            "stop": 969273872
        },
        {
            "start": 969273875,
            "stop": 969274807
        },
        {
            "start": 969274810,
            "stop": 969275436
        },
        {
            "start": 969275439,
            "stop": 969275968
        },
        {
            "start": 969275971,
            "stop": 969276059
        }
    ]
}