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/H1_BURST_CAT3H/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/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=38",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 39,
    "results": [
        {
            "start": 931080889,
            "stop": 931080908
        },
        {
            "start": 931080909,
            "stop": 931080918
        },
        {
            "start": 931080924,
            "stop": 931080925
        },
        {
            "start": 931080928,
            "stop": 931080931
        },
        {
            "start": 931080932,
            "stop": 931080933
        },
        {
            "start": 931080935,
            "stop": 931080936
        },
        {
            "start": 931080942,
            "stop": 931080943
        },
        {
            "start": 931080944,
            "stop": 931080950
        },
        {
            "start": 931080954,
            "stop": 931080955
        },
        {
            "start": 931080956,
            "stop": 931080963
        },
        {
            "start": 931080964,
            "stop": 931080965
        },
        {
            "start": 931080966,
            "stop": 931080968
        },
        {
            "start": 931080979,
            "stop": 931080988
        },
        {
            "start": 931080989,
            "stop": 931080991
        },
        {
            "start": 931080995,
            "stop": 931080997
        },
        {
            "start": 931080999,
            "stop": 931081000
        },
        {
            "start": 931081002,
            "stop": 931081003
        },
        {
            "start": 931081007,
            "stop": 931081017
        },
        {
            "start": 931081018,
            "stop": 931081019
        },
        {
            "start": 931081022,
            "stop": 931081032
        }
    ]
}