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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=217",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 218,
    "results": [
        {
            "start": 820590225,
            "stop": 820591854
        },
        {
            "start": 820591858,
            "stop": 820592832
        },
        {
            "start": 820592836,
            "stop": 820594552
        },
        {
            "start": 820594555,
            "stop": 820594685
        },
        {
            "start": 820594688,
            "stop": 820595196
        },
        {
            "start": 820595213,
            "stop": 820597119
        },
        {
            "start": 820597122,
            "stop": 820597887
        },
        {
            "start": 820597891,
            "stop": 820600195
        },
        {
            "start": 820600198,
            "stop": 820601986
        },
        {
            "start": 820601989,
            "stop": 820602525
        },
        {
            "start": 820602528,
            "stop": 820603507
        },
        {
            "start": 820603510,
            "stop": 820604055
        },
        {
            "start": 820604059,
            "stop": 820604470
        },
        {
            "start": 820604474,
            "stop": 820604664
        },
        {
            "start": 820604667,
            "stop": 820607241
        },
        {
            "start": 820607258,
            "stop": 820607893
        },
        {
            "start": 820607910,
            "stop": 820607974
        },
        {
            "start": 820607991,
            "stop": 820608071
        },
        {
            "start": 820608158,
            "stop": 820608173
        },
        {
            "start": 820608440,
            "stop": 820608442
        }
    ]
}