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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3220",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3221,
    "results": [
        {
            "start": 871560197,
            "stop": 871564124
        },
        {
            "start": 871564305,
            "stop": 871566359
        },
        {
            "start": 871566370,
            "stop": 871567080
        },
        {
            "start": 871567084,
            "stop": 871567098
        },
        {
            "start": 871567103,
            "stop": 871590197
        },
        {
            "start": 871590204,
            "stop": 871590206
        },
        {
            "start": 871590210,
            "stop": 871590220
        },
        {
            "start": 871590225,
            "stop": 871590228
        },
        {
            "start": 871590232,
            "stop": 871590246
        },
        {
            "start": 871590249,
            "stop": 871590273
        },
        {
            "start": 871591438,
            "stop": 871592160
        },
        {
            "start": 871592280,
            "stop": 871596980
        },
        {
            "start": 871598665,
            "stop": 871601519
        },
        {
            "start": 871601531,
            "stop": 871604641
        },
        {
            "start": 871604647,
            "stop": 871604654
        },
        {
            "start": 871604660,
            "stop": 871612080
        },
        {
            "start": 871612140,
            "stop": 871615153
        },
        {
            "start": 871615156,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871627124
        },
        {
            "start": 871627305,
            "stop": 871629359
        }
    ]
}