Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=74
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=73",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 74,
    "results": [
        {
            "start": 817599060,
            "stop": 817599360
        },
        {
            "start": 817599720,
            "stop": 817599840
        },
        {
            "start": 817599900,
            "stop": 817600140
        },
        {
            "start": 817605934,
            "stop": 817606491
        },
        {
            "start": 817606764,
            "stop": 817608290
        },
        {
            "start": 817608370,
            "stop": 817609670
        },
        {
            "start": 817609810,
            "stop": 817609850
        },
        {
            "start": 817609930,
            "stop": 817610630
        },
        {
            "start": 817610710,
            "stop": 817610810
        },
        {
            "start": 817610950,
            "stop": 817617410
        },
        {
            "start": 817617550,
            "stop": 817618093
        },
        {
            "start": 817633929,
            "stop": 817640743
        },
        {
            "start": 817640924,
            "stop": 817641685
        },
        {
            "start": 817641692,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817661940
        },
        {
            "start": 817662070,
            "stop": 817662185
        },
        {
            "start": 817664610,
            "stop": 817669970
        },
        {
            "start": 817670110,
            "stop": 817672800
        },
        {
            "start": 817672860,
            "stop": 817678910
        },
        {
            "start": 817678990,
            "stop": 817681620
        }
    ]
}