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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46971",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46972,
    "results": [
        {
            "start": 875212244,
            "stop": 875212259
        },
        {
            "start": 875212264,
            "stop": 875212278
        },
        {
            "start": 875212279,
            "stop": 875212283
        },
        {
            "start": 875212285,
            "stop": 875212298
        },
        {
            "start": 875212299,
            "stop": 875212313
        },
        {
            "start": 875212314,
            "stop": 875212325
        },
        {
            "start": 875212326,
            "stop": 875212329
        },
        {
            "start": 875212330,
            "stop": 875212339
        },
        {
            "start": 875212340,
            "stop": 875212346
        },
        {
            "start": 875212347,
            "stop": 875212352
        },
        {
            "start": 875212353,
            "stop": 875212400
        },
        {
            "start": 875212402,
            "stop": 875212410
        },
        {
            "start": 875212412,
            "stop": 875212420
        },
        {
            "start": 875212421,
            "stop": 875212427
        },
        {
            "start": 875212428,
            "stop": 875212431
        },
        {
            "start": 875212432,
            "stop": 875212434
        },
        {
            "start": 875212435,
            "stop": 875212454
        },
        {
            "start": 875212455,
            "stop": 875212458
        },
        {
            "start": 875212459,
            "stop": 875212472
        },
        {
            "start": 875212475,
            "stop": 875212478
        }
    ]
}