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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=400",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 401,
    "results": [
        {
            "start": 864158919,
            "stop": 864253415
        },
        {
            "start": 864254897,
            "stop": 864257735
        },
        {
            "start": 864258636,
            "stop": 864314470
        },
        {
            "start": 864314883,
            "stop": 864318033
        },
        {
            "start": 864318041,
            "stop": 864320930
        },
        {
            "start": 864320933,
            "stop": 864320944
        },
        {
            "start": 864320953,
            "stop": 864325495
        },
        {
            "start": 864326713,
            "stop": 864328185
        },
        {
            "start": 864328440,
            "stop": 864339236
        },
        {
            "start": 864339239,
            "stop": 864339266
        },
        {
            "start": 864339496,
            "stop": 864339681
        },
        {
            "start": 864339685,
            "stop": 864339705
        },
        {
            "start": 864339709,
            "stop": 864339748
        },
        {
            "start": 864339752,
            "stop": 864340127
        },
        {
            "start": 864340417,
            "stop": 864340466
        },
        {
            "start": 864340937,
            "stop": 864341069
        },
        {
            "start": 864341073,
            "stop": 864341159
        },
        {
            "start": 864341163,
            "stop": 864341375
        },
        {
            "start": 864341616,
            "stop": 864341678
        },
        {
            "start": 864341683,
            "stop": 864341733
        }
    ]
}