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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=26",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 27,
    "results": [
        {
            "start": 816431461,
            "stop": 816431462
        },
        {
            "start": 816431500,
            "stop": 816431839
        },
        {
            "start": 816431859,
            "stop": 816432042
        },
        {
            "start": 816432063,
            "stop": 816432097
        },
        {
            "start": 816432116,
            "stop": 816432122
        },
        {
            "start": 816432152,
            "stop": 816432399
        },
        {
            "start": 816432437,
            "stop": 816432508
        },
        {
            "start": 816432528,
            "stop": 816432593
        },
        {
            "start": 816432615,
            "stop": 816432669
        },
        {
            "start": 816432691,
            "stop": 816432749
        },
        {
            "start": 816432769,
            "stop": 816432924
        },
        {
            "start": 816432944,
            "stop": 816433291
        },
        {
            "start": 816433314,
            "stop": 816433524
        },
        {
            "start": 816433544,
            "stop": 816433838
        },
        {
            "start": 816433859,
            "stop": 816433900
        },
        {
            "start": 816433943,
            "stop": 816434090
        },
        {
            "start": 816434121,
            "stop": 816434125
        },
        {
            "start": 816434144,
            "stop": 816434170
        },
        {
            "start": 816434189,
            "stop": 816434265
        },
        {
            "start": 816434294,
            "stop": 816434588
        }
    ]
}