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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 183,
    "results": [
        {
            "start": 1239885690,
            "stop": 1239885763
        },
        {
            "start": 1239885764,
            "stop": 1239885767
        },
        {
            "start": 1239885768,
            "stop": 1239886029
        },
        {
            "start": 1239886031,
            "stop": 1239886294
        },
        {
            "start": 1239886296,
            "stop": 1239886656
        },
        {
            "start": 1239886657,
            "stop": 1239887291
        },
        {
            "start": 1239887292,
            "stop": 1239887727
        },
        {
            "start": 1239887728,
            "stop": 1239887803
        },
        {
            "start": 1239887805,
            "stop": 1239888127
        },
        {
            "start": 1239888128,
            "stop": 1239888214
        },
        {
            "start": 1239888215,
            "stop": 1239888298
        },
        {
            "start": 1239888299,
            "stop": 1239888465
        },
        {
            "start": 1239888467,
            "stop": 1239888544
        },
        {
            "start": 1239888552,
            "stop": 1239888594
        },
        {
            "start": 1239888595,
            "stop": 1239888604
        },
        {
            "start": 1239888606,
            "stop": 1239888720
        },
        {
            "start": 1239888723,
            "stop": 1239888809
        },
        {
            "start": 1239888816,
            "stop": 1239888914
        },
        {
            "start": 1239888918,
            "stop": 1239889052
        },
        {
            "start": 1239889053,
            "stop": 1239889344
        }
    ]
}