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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 39,
    "results": [
        {
            "start": 820734773,
            "stop": 820737133
        },
        {
            "start": 820737171,
            "stop": 820737172
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741511
        },
        {
            "start": 820742193,
            "stop": 820748953
        },
        {
            "start": 820750261,
            "stop": 820750993
        },
        {
            "start": 820751001,
            "stop": 820751002
        },
        {
            "start": 820751649,
            "stop": 820752433
        },
        {
            "start": 820753458,
            "stop": 820756033
        },
        {
            "start": 820760166,
            "stop": 820782733
        },
        {
            "start": 820782780,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820805020
        },
        {
            "start": 820806311,
            "stop": 820828093
        },
        {
            "start": 820829068,
            "stop": 820847395
        },
        {
            "start": 820848189,
            "stop": 820852273
        },
        {
            "start": 820852287,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820854493
        },
        {
            "start": 820856245,
            "stop": 820856833
        },
        {
            "start": 820856847,
            "stop": 820856849
        },
        {
            "start": 820857155,
            "stop": 820858153
        }
    ]
}