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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 157,
    "results": [
        {
            "start": 1239802673,
            "stop": 1239802873
        },
        {
            "start": 1239802875,
            "stop": 1239802885
        },
        {
            "start": 1239802888,
            "stop": 1239803016
        },
        {
            "start": 1239803018,
            "stop": 1239803115
        },
        {
            "start": 1239803116,
            "stop": 1239803418
        },
        {
            "start": 1239803420,
            "stop": 1239803638
        },
        {
            "start": 1239803639,
            "stop": 1239803736
        },
        {
            "start": 1239803738,
            "stop": 1239803760
        },
        {
            "start": 1239803763,
            "stop": 1239803964
        },
        {
            "start": 1239803965,
            "stop": 1239803996
        },
        {
            "start": 1239803998,
            "stop": 1239804224
        },
        {
            "start": 1239804225,
            "stop": 1239804545
        },
        {
            "start": 1239804546,
            "stop": 1239804556
        },
        {
            "start": 1239804558,
            "stop": 1239804940
        },
        {
            "start": 1239804941,
            "stop": 1239805005
        },
        {
            "start": 1239805006,
            "stop": 1239805065
        },
        {
            "start": 1239805067,
            "stop": 1239805195
        },
        {
            "start": 1239805196,
            "stop": 1239805740
        },
        {
            "start": 1239805741,
            "stop": 1239805833
        },
        {
            "start": 1239805835,
            "stop": 1239805905
        }
    ]
}