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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16629",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16630,
    "results": [
        {
            "start": 874810670,
            "stop": 874810781
        },
        {
            "start": 874810782,
            "stop": 874810807
        },
        {
            "start": 874810809,
            "stop": 874810813
        },
        {
            "start": 874810815,
            "stop": 874810821
        },
        {
            "start": 874810824,
            "stop": 874811001
        },
        {
            "start": 874811002,
            "stop": 874811179
        },
        {
            "start": 874811182,
            "stop": 874811188
        },
        {
            "start": 874811191,
            "stop": 874811277
        },
        {
            "start": 874811280,
            "stop": 874811302
        },
        {
            "start": 874811303,
            "stop": 874811424
        },
        {
            "start": 874811428,
            "stop": 874811437
        },
        {
            "start": 874811440,
            "stop": 874811557
        },
        {
            "start": 874811558,
            "stop": 874811644
        },
        {
            "start": 874811646,
            "stop": 874811780
        },
        {
            "start": 874811781,
            "stop": 874811839
        },
        {
            "start": 874811841,
            "stop": 874811939
        },
        {
            "start": 874811943,
            "stop": 874811971
        },
        {
            "start": 874811972,
            "stop": 874812289
        },
        {
            "start": 874812290,
            "stop": 874812360
        },
        {
            "start": 874812361,
            "stop": 874812411
        }
    ]
}