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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1897",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1898,
    "results": [
        {
            "start": 847207840,
            "stop": 847216319
        },
        {
            "start": 847216322,
            "stop": 847219432
        },
        {
            "start": 847219438,
            "stop": 847221400
        },
        {
            "start": 847221403,
            "stop": 847221749
        },
        {
            "start": 847221753,
            "stop": 847221758
        },
        {
            "start": 847221762,
            "stop": 847221817
        },
        {
            "start": 847221820,
            "stop": 847221836
        },
        {
            "start": 847221839,
            "stop": 847222489
        },
        {
            "start": 847222492,
            "stop": 847222859
        },
        {
            "start": 847222862,
            "stop": 847223213
        },
        {
            "start": 847223217,
            "stop": 847223230
        },
        {
            "start": 847223235,
            "stop": 847223833
        },
        {
            "start": 847223841,
            "stop": 847223844
        },
        {
            "start": 847223850,
            "stop": 847223854
        },
        {
            "start": 847223857,
            "stop": 847224597
        },
        {
            "start": 847224603,
            "stop": 847224784
        },
        {
            "start": 847224787,
            "stop": 847225973
        },
        {
            "start": 847226069,
            "stop": 847226270
        },
        {
            "start": 847226275,
            "stop": 847226477
        },
        {
            "start": 847226483,
            "stop": 847227891
        }
    ]
}