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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=93",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 94,
    "results": [
        {
            "start": 1131146004,
            "stop": 1131146005
        },
        {
            "start": 1131146006,
            "stop": 1131146007
        },
        {
            "start": 1131146009,
            "stop": 1131146051
        },
        {
            "start": 1131146052,
            "stop": 1131146084
        },
        {
            "start": 1131146085,
            "stop": 1131146110
        },
        {
            "start": 1131146111,
            "stop": 1131146122
        },
        {
            "start": 1131146124,
            "stop": 1131146142
        },
        {
            "start": 1131146143,
            "stop": 1131146175
        },
        {
            "start": 1131146176,
            "stop": 1131146185
        },
        {
            "start": 1131146186,
            "stop": 1131146187
        },
        {
            "start": 1131146188,
            "stop": 1131146195
        },
        {
            "start": 1131146196,
            "stop": 1131146198
        },
        {
            "start": 1131146199,
            "stop": 1131146232
        },
        {
            "start": 1131146233,
            "stop": 1131146287
        },
        {
            "start": 1131146288,
            "stop": 1131146314
        },
        {
            "start": 1131146315,
            "stop": 1131146317
        },
        {
            "start": 1131146318,
            "stop": 1131146341
        },
        {
            "start": 1131146342,
            "stop": 1131146351
        },
        {
            "start": 1131146353,
            "stop": 1131146358
        },
        {
            "start": 1131146359,
            "stop": 1131146368
        }
    ]
}