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=46966
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=46967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46965",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46966,
    "results": [
        {
            "start": 875210672,
            "stop": 875210680
        },
        {
            "start": 875210681,
            "stop": 875210684
        },
        {
            "start": 875210687,
            "stop": 875210706
        },
        {
            "start": 875210707,
            "stop": 875210711
        },
        {
            "start": 875210715,
            "stop": 875210720
        },
        {
            "start": 875210721,
            "stop": 875210727
        },
        {
            "start": 875210729,
            "stop": 875210733
        },
        {
            "start": 875210734,
            "stop": 875210746
        },
        {
            "start": 875210747,
            "stop": 875210749
        },
        {
            "start": 875210750,
            "stop": 875210753
        },
        {
            "start": 875210758,
            "stop": 875210779
        },
        {
            "start": 875210780,
            "stop": 875210796
        },
        {
            "start": 875210797,
            "stop": 875210805
        },
        {
            "start": 875210808,
            "stop": 875210809
        },
        {
            "start": 875210813,
            "stop": 875210822
        },
        {
            "start": 875210823,
            "stop": 875210840
        },
        {
            "start": 875210842,
            "stop": 875210855
        },
        {
            "start": 875210857,
            "stop": 875210858
        },
        {
            "start": 875210859,
            "stop": 875210877
        },
        {
            "start": 875210878,
            "stop": 875210894
        }
    ]
}