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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=341",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 342,
    "results": [
        {
            "start": 1250860213,
            "stop": 1250862204
        },
        {
            "start": 1250863166,
            "stop": 1250865295
        },
        {
            "start": 1250865296,
            "stop": 1250865297
        },
        {
            "start": 1250865298,
            "stop": 1250865306
        },
        {
            "start": 1250865308,
            "stop": 1250865550
        },
        {
            "start": 1250865551,
            "stop": 1250866032
        },
        {
            "start": 1250866033,
            "stop": 1250866917
        },
        {
            "start": 1250866918,
            "stop": 1250878868
        },
        {
            "start": 1250878869,
            "stop": 1250878943
        },
        {
            "start": 1250878944,
            "stop": 1250878981
        },
        {
            "start": 1250878982,
            "stop": 1250879027
        },
        {
            "start": 1250879028,
            "stop": 1250879029
        },
        {
            "start": 1250879030,
            "stop": 1250879050
        },
        {
            "start": 1250879053,
            "stop": 1250879086
        },
        {
            "start": 1250879087,
            "stop": 1250879130
        },
        {
            "start": 1250879131,
            "stop": 1250879164
        },
        {
            "start": 1250879165,
            "stop": 1250879167
        },
        {
            "start": 1250879169,
            "stop": 1250879170
        },
        {
            "start": 1250879173,
            "stop": 1250879176
        },
        {
            "start": 1250879177,
            "stop": 1250879207
        }
    ]
}