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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3155",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3156,
    "results": [
        {
            "start": 869177220,
            "stop": 869177730
        },
        {
            "start": 869178124,
            "stop": 869178240
        },
        {
            "start": 869178300,
            "stop": 869179177
        },
        {
            "start": 869179181,
            "stop": 869184636
        },
        {
            "start": 869184639,
            "stop": 869185199
        },
        {
            "start": 869185203,
            "stop": 869192755
        },
        {
            "start": 869192758,
            "stop": 869196485
        },
        {
            "start": 869196488,
            "stop": 869196547
        },
        {
            "start": 869196551,
            "stop": 869203124
        },
        {
            "start": 869203305,
            "stop": 869206228
        },
        {
            "start": 869206231,
            "stop": 869206412
        },
        {
            "start": 869206415,
            "stop": 869207400
        },
        {
            "start": 869207460,
            "stop": 869207520
        },
        {
            "start": 869207760,
            "stop": 869214118
        },
        {
            "start": 869214121,
            "stop": 869214251
        },
        {
            "start": 869214255,
            "stop": 869215613
        },
        {
            "start": 869215616,
            "stop": 869216992
        },
        {
            "start": 869216996,
            "stop": 869218762
        },
        {
            "start": 869218766,
            "stop": 869218805
        },
        {
            "start": 869218808,
            "stop": 869220193
        }
    ]
}