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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5704",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5705,
    "results": [
        {
            "start": 874594036,
            "stop": 874594265
        },
        {
            "start": 874594268,
            "stop": 874594415
        },
        {
            "start": 874594418,
            "stop": 874594491
        },
        {
            "start": 874594494,
            "stop": 874594514
        },
        {
            "start": 874594517,
            "stop": 874594568
        },
        {
            "start": 874594571,
            "stop": 874594581
        },
        {
            "start": 874594584,
            "stop": 874594672
        },
        {
            "start": 874594675,
            "stop": 874594726
        },
        {
            "start": 874594729,
            "stop": 874594757
        },
        {
            "start": 874594763,
            "stop": 874594773
        },
        {
            "start": 874594776,
            "stop": 874594844
        },
        {
            "start": 874594847,
            "stop": 874594929
        },
        {
            "start": 874594932,
            "stop": 874594964
        },
        {
            "start": 874594968,
            "stop": 874594975
        },
        {
            "start": 874594978,
            "stop": 874594980
        },
        {
            "start": 874594983,
            "stop": 874595014
        },
        {
            "start": 874595019,
            "stop": 874595046
        },
        {
            "start": 874595050,
            "stop": 874595069
        },
        {
            "start": 874595073,
            "stop": 874595080
        },
        {
            "start": 874595083,
            "stop": 874595132
        }
    ]
}