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=489
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=490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=488",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 489,
    "results": [
        {
            "start": 826624912,
            "stop": 826625866
        },
        {
            "start": 826625888,
            "stop": 826626130
        },
        {
            "start": 826626134,
            "stop": 826626368
        },
        {
            "start": 826626387,
            "stop": 826626511
        },
        {
            "start": 826626811,
            "stop": 826626914
        },
        {
            "start": 826627374,
            "stop": 826628817
        },
        {
            "start": 826628820,
            "stop": 826631457
        },
        {
            "start": 826631474,
            "stop": 826631492
        },
        {
            "start": 826631518,
            "stop": 826631556
        },
        {
            "start": 826631581,
            "stop": 826632452
        },
        {
            "start": 826632477,
            "stop": 826637349
        },
        {
            "start": 826637371,
            "stop": 826640970
        },
        {
            "start": 826641106,
            "stop": 826641119
        },
        {
            "start": 826641419,
            "stop": 826642170
        },
        {
            "start": 826642504,
            "stop": 826643505
        },
        {
            "start": 826645094,
            "stop": 826648113
        },
        {
            "start": 826648117,
            "stop": 826648807
        },
        {
            "start": 826648828,
            "stop": 826648909
        },
        {
            "start": 826648928,
            "stop": 826649601
        },
        {
            "start": 826649618,
            "stop": 826649726
        }
    ]
}