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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=355",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 356,
    "results": [
        {
            "start": 1181627906,
            "stop": 1181627908
        },
        {
            "start": 1181627909,
            "stop": 1181627911
        },
        {
            "start": 1181627912,
            "stop": 1181628043
        },
        {
            "start": 1181628045,
            "stop": 1181628062
        },
        {
            "start": 1181628063,
            "stop": 1181628091
        },
        {
            "start": 1181628092,
            "stop": 1181628154
        },
        {
            "start": 1181628155,
            "stop": 1181628159
        },
        {
            "start": 1181628160,
            "stop": 1181628182
        },
        {
            "start": 1181628183,
            "stop": 1181628189
        },
        {
            "start": 1181628191,
            "stop": 1181628196
        },
        {
            "start": 1181628197,
            "stop": 1181628198
        },
        {
            "start": 1181628199,
            "stop": 1181628372
        },
        {
            "start": 1181628373,
            "stop": 1181628393
        },
        {
            "start": 1181628395,
            "stop": 1181628577
        },
        {
            "start": 1181628578,
            "stop": 1181628579
        },
        {
            "start": 1181628580,
            "stop": 1181628724
        },
        {
            "start": 1181628725,
            "stop": 1181628736
        },
        {
            "start": 1181628737,
            "stop": 1181629001
        },
        {
            "start": 1181629004,
            "stop": 1181629007
        },
        {
            "start": 1181629010,
            "stop": 1181629015
        }
    ]
}