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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=192",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 193,
    "results": [
        {
            "start": 820460013,
            "stop": 820460547
        },
        {
            "start": 820460550,
            "stop": 820461270
        },
        {
            "start": 820461274,
            "stop": 820461338
        },
        {
            "start": 820461341,
            "stop": 820461728
        },
        {
            "start": 820461732,
            "stop": 820462129
        },
        {
            "start": 820462132,
            "stop": 820462320
        },
        {
            "start": 820462380,
            "stop": 820462539
        },
        {
            "start": 820462542,
            "stop": 820462602
        },
        {
            "start": 820462606,
            "stop": 820463199
        },
        {
            "start": 820463202,
            "stop": 820463227
        },
        {
            "start": 820463230,
            "stop": 820463385
        },
        {
            "start": 820463388,
            "stop": 820463701
        },
        {
            "start": 820463705,
            "stop": 820463777
        },
        {
            "start": 820463781,
            "stop": 820463909
        },
        {
            "start": 820463912,
            "stop": 820463974
        },
        {
            "start": 820463978,
            "stop": 820464027
        },
        {
            "start": 820464030,
            "stop": 820464131
        },
        {
            "start": 820464135,
            "stop": 820464479
        },
        {
            "start": 820464482,
            "stop": 820464764
        },
        {
            "start": 820464767,
            "stop": 820465208
        }
    ]
}