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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2963
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=2964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2962",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2963,
    "results": [
        {
            "start": 860421368,
            "stop": 860422861
        },
        {
            "start": 860422864,
            "stop": 860425200
        },
        {
            "start": 860425260,
            "stop": 860432653
        },
        {
            "start": 860432656,
            "stop": 860432835
        },
        {
            "start": 860432843,
            "stop": 860432857
        },
        {
            "start": 860432865,
            "stop": 860433780
        },
        {
            "start": 860433840,
            "stop": 860434325
        },
        {
            "start": 860434328,
            "stop": 860434440
        },
        {
            "start": 860434500,
            "stop": 860434680
        },
        {
            "start": 860434740,
            "stop": 860436810
        },
        {
            "start": 860436815,
            "stop": 860436900
        },
        {
            "start": 860436960,
            "stop": 860437184
        },
        {
            "start": 860437187,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439605
        },
        {
            "start": 860439610,
            "stop": 860439777
        },
        {
            "start": 860442159,
            "stop": 860442180
        },
        {
            "start": 860442300,
            "stop": 860442540
        },
        {
            "start": 860442600,
            "stop": 860443320
        },
        {
            "start": 860443380,
            "stop": 860443980
        },
        {
            "start": 860444040,
            "stop": 860444400
        }
    ]
}