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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=205",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 206,
    "results": [
        {
            "start": 820273605,
            "stop": 820274960
        },
        {
            "start": 820274968,
            "stop": 820275760
        },
        {
            "start": 820275767,
            "stop": 820275913
        },
        {
            "start": 820280037,
            "stop": 820282715
        },
        {
            "start": 820282722,
            "stop": 820284783
        },
        {
            "start": 820285014,
            "stop": 820287028
        },
        {
            "start": 820287037,
            "stop": 820287237
        },
        {
            "start": 820287244,
            "stop": 820287316
        },
        {
            "start": 820287324,
            "stop": 820293489
        },
        {
            "start": 820293496,
            "stop": 820293626
        },
        {
            "start": 820293633,
            "stop": 820293731
        },
        {
            "start": 820293738,
            "stop": 820299039
        },
        {
            "start": 820299046,
            "stop": 820299464
        },
        {
            "start": 820299472,
            "stop": 820304256
        },
        {
            "start": 820304263,
            "stop": 820304522
        },
        {
            "start": 820304529,
            "stop": 820304651
        },
        {
            "start": 820304658,
            "stop": 820304804
        },
        {
            "start": 820304985,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820314485
        },
        {
            "start": 820314492,
            "stop": 820314711
        }
    ]
}