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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=439",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 440,
    "results": [
        {
            "start": 1182898470,
            "stop": 1182898488
        },
        {
            "start": 1182898490,
            "stop": 1182898510
        },
        {
            "start": 1182898511,
            "stop": 1182898554
        },
        {
            "start": 1182898680,
            "stop": 1182898700
        },
        {
            "start": 1182898702,
            "stop": 1182898844
        },
        {
            "start": 1182898847,
            "stop": 1182898876
        },
        {
            "start": 1182898878,
            "stop": 1182898881
        },
        {
            "start": 1182898883,
            "stop": 1182898887
        },
        {
            "start": 1182898891,
            "stop": 1182898913
        },
        {
            "start": 1182898919,
            "stop": 1182898921
        },
        {
            "start": 1182898925,
            "stop": 1182898930
        },
        {
            "start": 1182898932,
            "stop": 1182898934
        },
        {
            "start": 1182898937,
            "stop": 1182898940
        },
        {
            "start": 1182898941,
            "stop": 1182898947
        },
        {
            "start": 1182898951,
            "stop": 1182898954
        },
        {
            "start": 1182898958,
            "stop": 1182898961
        },
        {
            "start": 1182898965,
            "stop": 1182898967
        },
        {
            "start": 1182898969,
            "stop": 1182898972
        },
        {
            "start": 1182898977,
            "stop": 1182898979
        },
        {
            "start": 1182898985,
            "stop": 1182898987
        }
    ]
}