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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=51",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 52,
    "results": [
        {
            "start": 931205058,
            "stop": 931205069
        },
        {
            "start": 931205071,
            "stop": 931205076
        },
        {
            "start": 931205078,
            "stop": 931205079
        },
        {
            "start": 931205080,
            "stop": 931205091
        },
        {
            "start": 931205093,
            "stop": 931205143
        },
        {
            "start": 931205145,
            "stop": 931205159
        },
        {
            "start": 931205160,
            "stop": 931205168
        },
        {
            "start": 931205170,
            "stop": 931205180
        },
        {
            "start": 931205184,
            "stop": 931205221
        },
        {
            "start": 931205223,
            "stop": 931205225
        },
        {
            "start": 931205226,
            "stop": 931205229
        },
        {
            "start": 931205231,
            "stop": 931205279
        },
        {
            "start": 931205281,
            "stop": 931205313
        },
        {
            "start": 931205315,
            "stop": 931205342
        },
        {
            "start": 931205344,
            "stop": 931205349
        },
        {
            "start": 931205350,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931220792
        },
        {
            "start": 931220794,
            "stop": 931220863
        },
        {
            "start": 931220865,
            "stop": 931220959
        },
        {
            "start": 931220961,
            "stop": 931221038
        }
    ]
}