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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5283",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5281",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5282,
    "results": [
        {
            "start": 1137081669,
            "stop": 1137081670
        },
        {
            "start": 1137081671,
            "stop": 1137081727
        },
        {
            "start": 1137081729,
            "stop": 1137081775
        },
        {
            "start": 1137081777,
            "stop": 1137081793
        },
        {
            "start": 1137081795,
            "stop": 1137081806
        },
        {
            "start": 1137081808,
            "stop": 1137081810
        },
        {
            "start": 1137081812,
            "stop": 1137081905
        },
        {
            "start": 1137081907,
            "stop": 1137081909
        },
        {
            "start": 1137081911,
            "stop": 1137081912
        },
        {
            "start": 1137081914,
            "stop": 1137081920
        },
        {
            "start": 1137081922,
            "stop": 1137081989
        },
        {
            "start": 1137081993,
            "stop": 1137082073
        },
        {
            "start": 1137082074,
            "stop": 1137082105
        },
        {
            "start": 1137082107,
            "stop": 1137082131
        },
        {
            "start": 1137082133,
            "stop": 1137082134
        },
        {
            "start": 1137082136,
            "stop": 1137082167
        },
        {
            "start": 1137082168,
            "stop": 1137082247
        },
        {
            "start": 1137082249,
            "stop": 1137082299
        },
        {
            "start": 1137082303,
            "stop": 1137082305
        },
        {
            "start": 1137082307,
            "stop": 1137082355
        }
    ]
}