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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9901",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9902,
    "results": [
        {
            "start": 874602000,
            "stop": 874602180
        },
        {
            "start": 874602240,
            "stop": 874602606
        },
        {
            "start": 874602623,
            "stop": 874603020
        },
        {
            "start": 874603080,
            "stop": 874603440
        },
        {
            "start": 874603500,
            "stop": 874603805
        },
        {
            "start": 874603925,
            "stop": 874604042
        },
        {
            "start": 874604283,
            "stop": 874604512
        },
        {
            "start": 874604580,
            "stop": 874605120
        },
        {
            "start": 874605180,
            "stop": 874605240
        },
        {
            "start": 874605300,
            "stop": 874605600
        },
        {
            "start": 874605720,
            "stop": 874606331
        },
        {
            "start": 874606451,
            "stop": 874606729
        },
        {
            "start": 874606746,
            "stop": 874606888
        },
        {
            "start": 874607008,
            "stop": 874607314
        },
        {
            "start": 874607434,
            "stop": 874607640
        },
        {
            "start": 874607700,
            "stop": 874608420
        },
        {
            "start": 874608540,
            "stop": 874608780
        },
        {
            "start": 874608840,
            "stop": 874609020
        },
        {
            "start": 874609080,
            "stop": 874609800
        },
        {
            "start": 874609860,
            "stop": 874610040
        }
    ]
}