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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1719",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1717",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1718,
    "results": [
        {
            "start": 958042287,
            "stop": 958042644
        },
        {
            "start": 958042646,
            "stop": 958043356
        },
        {
            "start": 958043358,
            "stop": 958043723
        },
        {
            "start": 958043725,
            "stop": 958043847
        },
        {
            "start": 958043848,
            "stop": 958043893
        },
        {
            "start": 958043894,
            "stop": 958043981
        },
        {
            "start": 958043982,
            "stop": 958044094
        },
        {
            "start": 958044095,
            "stop": 958044182
        },
        {
            "start": 958044183,
            "stop": 958044201
        },
        {
            "start": 958044202,
            "stop": 958044220
        },
        {
            "start": 958044221,
            "stop": 958044232
        },
        {
            "start": 958044234,
            "stop": 958044300
        },
        {
            "start": 958044301,
            "stop": 958044359
        },
        {
            "start": 958044360,
            "stop": 958044394
        },
        {
            "start": 958044396,
            "stop": 958044397
        },
        {
            "start": 958044398,
            "stop": 958044481
        },
        {
            "start": 958044483,
            "stop": 958044502
        },
        {
            "start": 958044503,
            "stop": 958044610
        },
        {
            "start": 958044611,
            "stop": 958044638
        },
        {
            "start": 958044641,
            "stop": 958044668
        }
    ]
}