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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 220,
    "results": [
        {
            "start": 931672378,
            "stop": 931672401
        },
        {
            "start": 931672404,
            "stop": 931672405
        },
        {
            "start": 931672408,
            "stop": 931672409
        },
        {
            "start": 931672411,
            "stop": 931672441
        },
        {
            "start": 931672444,
            "stop": 931672459
        },
        {
            "start": 931672462,
            "stop": 931672475
        },
        {
            "start": 931672480,
            "stop": 931672499
        },
        {
            "start": 931672502,
            "stop": 931672519
        },
        {
            "start": 931672529,
            "stop": 931672534
        },
        {
            "start": 931672537,
            "stop": 931672542
        },
        {
            "start": 931672545,
            "stop": 931672549
        },
        {
            "start": 931672555,
            "stop": 931672557
        },
        {
            "start": 931672560,
            "stop": 931672563
        },
        {
            "start": 931672572,
            "stop": 931672578
        },
        {
            "start": 931672581,
            "stop": 931672590
        },
        {
            "start": 931672596,
            "stop": 931672609
        },
        {
            "start": 931672612,
            "stop": 931672615
        },
        {
            "start": 931672620,
            "stop": 931672634
        },
        {
            "start": 931672642,
            "stop": 931672646
        },
        {
            "start": 931672651,
            "stop": 931672665
        }
    ]
}