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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=207",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 208,
    "results": [
        {
            "start": 827049838,
            "stop": 827054245
        },
        {
            "start": 827054247,
            "stop": 827057302
        },
        {
            "start": 827057304,
            "stop": 827057502
        },
        {
            "start": 827057504,
            "stop": 827057542
        },
        {
            "start": 827057544,
            "stop": 827058071
        },
        {
            "start": 827058073,
            "stop": 827058178
        },
        {
            "start": 827058179,
            "stop": 827061099
        },
        {
            "start": 827061101,
            "stop": 827061102
        },
        {
            "start": 827061104,
            "stop": 827065038
        },
        {
            "start": 827065040,
            "stop": 827071530
        },
        {
            "start": 827071684,
            "stop": 827073540
        },
        {
            "start": 827073545,
            "stop": 827073557
        },
        {
            "start": 827073565,
            "stop": 827073572
        },
        {
            "start": 827073578,
            "stop": 827074860
        },
        {
            "start": 827074862,
            "stop": 827075292
        },
        {
            "start": 827075436,
            "stop": 827075458
        },
        {
            "start": 827075460,
            "stop": 827075540
        },
        {
            "start": 827075542,
            "stop": 827075758
        },
        {
            "start": 827075760,
            "stop": 827075765
        },
        {
            "start": 827075768,
            "stop": 827075792
        }
    ]
}