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=5637
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=5638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5636",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5637,
    "results": [
        {
            "start": 874510268,
            "stop": 874510290
        },
        {
            "start": 874510293,
            "stop": 874510306
        },
        {
            "start": 874510309,
            "stop": 874510319
        },
        {
            "start": 874510322,
            "stop": 874510357
        },
        {
            "start": 874510360,
            "stop": 874510363
        },
        {
            "start": 874510366,
            "stop": 874510380
        },
        {
            "start": 874510384,
            "stop": 874510396
        },
        {
            "start": 874510399,
            "stop": 874510415
        },
        {
            "start": 874510418,
            "stop": 874510442
        },
        {
            "start": 874510447,
            "stop": 874510451
        },
        {
            "start": 874510455,
            "stop": 874510526
        },
        {
            "start": 874510533,
            "stop": 874510574
        },
        {
            "start": 874510578,
            "stop": 874510585
        },
        {
            "start": 874510588,
            "stop": 874510595
        },
        {
            "start": 874510598,
            "stop": 874510648
        },
        {
            "start": 874510651,
            "stop": 874510665
        },
        {
            "start": 874510668,
            "stop": 874510680
        },
        {
            "start": 874510683,
            "stop": 874510705
        },
        {
            "start": 874510709,
            "stop": 874510723
        },
        {
            "start": 874510726,
            "stop": 874510755
        }
    ]
}