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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=158",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 159,
    "results": [
        {
            "start": 954351680,
            "stop": 954351703
        },
        {
            "start": 954351713,
            "stop": 954351714
        },
        {
            "start": 954351722,
            "stop": 954351768
        },
        {
            "start": 954351771,
            "stop": 954351810
        },
        {
            "start": 954351813,
            "stop": 954351825
        },
        {
            "start": 954351830,
            "stop": 954351840
        },
        {
            "start": 954351855,
            "stop": 954351857
        },
        {
            "start": 954351887,
            "stop": 954351890
        },
        {
            "start": 954351902,
            "stop": 954351927
        },
        {
            "start": 954351932,
            "stop": 954351933
        },
        {
            "start": 954351939,
            "stop": 954351954
        },
        {
            "start": 954351957,
            "stop": 954351960
        },
        {
            "start": 954351973,
            "stop": 954351974
        },
        {
            "start": 954351977,
            "stop": 954352040
        },
        {
            "start": 954352044,
            "stop": 954352071
        },
        {
            "start": 954352073,
            "stop": 954352100
        },
        {
            "start": 954352128,
            "stop": 954352130
        },
        {
            "start": 954352133,
            "stop": 954352294
        },
        {
            "start": 954352297,
            "stop": 954352314
        },
        {
            "start": 954352322,
            "stop": 954352323
        }
    ]
}