Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3619
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3620",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3618",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3619,
    "results": [
        {
            "start": 970473874,
            "stop": 970473897
        },
        {
            "start": 970473900,
            "stop": 970473904
        },
        {
            "start": 970473907,
            "stop": 970473926
        },
        {
            "start": 970473929,
            "stop": 970473931
        },
        {
            "start": 970473934,
            "stop": 970473947
        },
        {
            "start": 970473950,
            "stop": 970473969
        },
        {
            "start": 970473972,
            "stop": 970473973
        },
        {
            "start": 970473976,
            "stop": 970474033
        },
        {
            "start": 970474036,
            "stop": 970474042
        },
        {
            "start": 970474045,
            "stop": 970474051
        },
        {
            "start": 970474054,
            "stop": 970474072
        },
        {
            "start": 970474078,
            "stop": 970474082
        },
        {
            "start": 970474094,
            "stop": 970474102
        },
        {
            "start": 970474114,
            "stop": 970474116
        },
        {
            "start": 970474121,
            "stop": 970474138
        },
        {
            "start": 970474143,
            "stop": 970474145
        },
        {
            "start": 970474148,
            "stop": 970474157
        },
        {
            "start": 970474160,
            "stop": 970474180
        },
        {
            "start": 970474183,
            "stop": 970474187
        },
        {
            "start": 970474190,
            "stop": 970474198
        }
    ]
}