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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=100",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 101,
    "results": [
        {
            "start": 840203749,
            "stop": 840206461
        },
        {
            "start": 840207806,
            "stop": 840217151
        },
        {
            "start": 840217273,
            "stop": 840227118
        },
        {
            "start": 840227285,
            "stop": 840238345
        },
        {
            "start": 840239651,
            "stop": 840244001
        },
        {
            "start": 840245323,
            "stop": 840292234
        },
        {
            "start": 840311645,
            "stop": 840312430
        },
        {
            "start": 840312938,
            "stop": 840317229
        },
        {
            "start": 840318092,
            "stop": 840319153
        },
        {
            "start": 840320034,
            "stop": 840327197
        },
        {
            "start": 840328820,
            "stop": 840332330
        },
        {
            "start": 840333605,
            "stop": 840336353
        },
        {
            "start": 840338047,
            "stop": 840339443
        },
        {
            "start": 840340810,
            "stop": 840342185
        },
        {
            "start": 840343536,
            "stop": 840344360
        },
        {
            "start": 840346070,
            "stop": 840347096
        },
        {
            "start": 840351035,
            "stop": 840354121
        },
        {
            "start": 840355179,
            "stop": 840363265
        },
        {
            "start": 840364082,
            "stop": 840366505
        },
        {
            "start": 840367867,
            "stop": 840370666
        }
    ]
}