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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=114",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 115,
    "results": [
        {
            "start": 1131154884,
            "stop": 1131154896
        },
        {
            "start": 1131154897,
            "stop": 1131154907
        },
        {
            "start": 1131154908,
            "stop": 1131154935
        },
        {
            "start": 1131154936,
            "stop": 1131154946
        },
        {
            "start": 1131154947,
            "stop": 1131154963
        },
        {
            "start": 1131154964,
            "stop": 1131154976
        },
        {
            "start": 1131154977,
            "stop": 1131154986
        },
        {
            "start": 1131154987,
            "stop": 1131154994
        },
        {
            "start": 1131154995,
            "stop": 1131155008
        },
        {
            "start": 1131155009,
            "stop": 1131155018
        },
        {
            "start": 1131155020,
            "stop": 1131155023
        },
        {
            "start": 1131155024,
            "stop": 1131155030
        },
        {
            "start": 1131155031,
            "stop": 1131155074
        },
        {
            "start": 1131155075,
            "stop": 1131155089
        },
        {
            "start": 1131155090,
            "stop": 1131155094
        },
        {
            "start": 1131155095,
            "stop": 1131155126
        },
        {
            "start": 1131155127,
            "stop": 1131155152
        },
        {
            "start": 1131155153,
            "stop": 1131155166
        },
        {
            "start": 1131155167,
            "stop": 1131155187
        },
        {
            "start": 1131155188,
            "stop": 1131155237
        }
    ]
}