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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41072",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41073,
    "results": [
        {
            "start": 875210605,
            "stop": 875210642
        },
        {
            "start": 875210644,
            "stop": 875210680
        },
        {
            "start": 875210681,
            "stop": 875210706
        },
        {
            "start": 875210707,
            "stop": 875210727
        },
        {
            "start": 875210729,
            "stop": 875210733
        },
        {
            "start": 875210734,
            "stop": 875210749
        },
        {
            "start": 875210750,
            "stop": 875210751
        },
        {
            "start": 875210757,
            "stop": 875210855
        },
        {
            "start": 875210857,
            "stop": 875210877
        },
        {
            "start": 875210878,
            "stop": 875210898
        },
        {
            "start": 875210899,
            "stop": 875210983
        },
        {
            "start": 875210984,
            "stop": 875211004
        },
        {
            "start": 875211005,
            "stop": 875211009
        },
        {
            "start": 875211010,
            "stop": 875211011
        },
        {
            "start": 875211013,
            "stop": 875211076
        },
        {
            "start": 875211077,
            "stop": 875211109
        },
        {
            "start": 875211110,
            "stop": 875211118
        },
        {
            "start": 875211119,
            "stop": 875211165
        },
        {
            "start": 875211166,
            "stop": 875211175
        },
        {
            "start": 875211176,
            "stop": 875211196
        }
    ]
}