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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9819",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9820,
    "results": [
        {
            "start": 873738120,
            "stop": 873738779
        },
        {
            "start": 873738960,
            "stop": 873739079
        },
        {
            "start": 873739260,
            "stop": 873739320
        },
        {
            "start": 873739440,
            "stop": 873739500
        },
        {
            "start": 873739620,
            "stop": 873739680
        },
        {
            "start": 873740100,
            "stop": 873740160
        },
        {
            "start": 873740220,
            "stop": 873740280
        },
        {
            "start": 873740400,
            "stop": 873740460
        },
        {
            "start": 873740580,
            "stop": 873740880
        },
        {
            "start": 873740940,
            "stop": 873741360
        },
        {
            "start": 873741480,
            "stop": 873741512
        },
        {
            "start": 873741529,
            "stop": 873741600
        },
        {
            "start": 873741660,
            "stop": 873741960
        },
        {
            "start": 873742020,
            "stop": 873742172
        },
        {
            "start": 873742292,
            "stop": 873742380
        },
        {
            "start": 873742440,
            "stop": 873742500
        },
        {
            "start": 873742560,
            "stop": 873742620
        },
        {
            "start": 873742680,
            "stop": 873742920
        },
        {
            "start": 873742980,
            "stop": 873743220
        },
        {
            "start": 873743340,
            "stop": 873743460
        }
    ]
}