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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 157,
    "results": [
        {
            "start": 931403385,
            "stop": 931403391
        },
        {
            "start": 931403395,
            "stop": 931403400
        },
        {
            "start": 931403403,
            "stop": 931403417
        },
        {
            "start": 931403418,
            "stop": 931403421
        },
        {
            "start": 931403422,
            "stop": 931403430
        },
        {
            "start": 931403431,
            "stop": 931403456
        },
        {
            "start": 931403458,
            "stop": 931403461
        },
        {
            "start": 931403462,
            "stop": 931403484
        },
        {
            "start": 931403486,
            "stop": 931403506
        },
        {
            "start": 931403508,
            "stop": 931403521
        },
        {
            "start": 931403523,
            "stop": 931403527
        },
        {
            "start": 931403530,
            "stop": 931403542
        },
        {
            "start": 931403544,
            "stop": 931403549
        },
        {
            "start": 931403550,
            "stop": 931403554
        },
        {
            "start": 931403556,
            "stop": 931403563
        },
        {
            "start": 931403565,
            "stop": 931403590
        },
        {
            "start": 931403593,
            "stop": 931403613
        },
        {
            "start": 931403615,
            "stop": 931403620
        },
        {
            "start": 931403622,
            "stop": 931403640
        },
        {
            "start": 931403641,
            "stop": 931403656
        }
    ]
}