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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=105",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 106,
    "results": [
        {
            "start": 1131150130,
            "stop": 1131150147
        },
        {
            "start": 1131150148,
            "stop": 1131150156
        },
        {
            "start": 1131150157,
            "stop": 1131150167
        },
        {
            "start": 1131150168,
            "stop": 1131150175
        },
        {
            "start": 1131150176,
            "stop": 1131150179
        },
        {
            "start": 1131150180,
            "stop": 1131150183
        },
        {
            "start": 1131150184,
            "stop": 1131150247
        },
        {
            "start": 1131150248,
            "stop": 1131150264
        },
        {
            "start": 1131150265,
            "stop": 1131150269
        },
        {
            "start": 1131150270,
            "stop": 1131150279
        },
        {
            "start": 1131150281,
            "stop": 1131150284
        },
        {
            "start": 1131150285,
            "stop": 1131150292
        },
        {
            "start": 1131150293,
            "stop": 1131150305
        },
        {
            "start": 1131150306,
            "stop": 1131150318
        },
        {
            "start": 1131150319,
            "stop": 1131150358
        },
        {
            "start": 1131150360,
            "stop": 1131150362
        },
        {
            "start": 1131150363,
            "stop": 1131150397
        },
        {
            "start": 1131150398,
            "stop": 1131150423
        },
        {
            "start": 1131150424,
            "stop": 1131150440
        },
        {
            "start": 1131150441,
            "stop": 1131150445
        }
    ]
}