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=2987
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=2988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2986",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2987,
    "results": [
        {
            "start": 861708180,
            "stop": 861711720
        },
        {
            "start": 861711780,
            "stop": 861713029
        },
        {
            "start": 861713034,
            "stop": 861715440
        },
        {
            "start": 861715500,
            "stop": 861718886
        },
        {
            "start": 861719258,
            "stop": 861719700
        },
        {
            "start": 861719880,
            "stop": 861720000
        },
        {
            "start": 861720240,
            "stop": 861721680
        },
        {
            "start": 861721740,
            "stop": 861721920
        },
        {
            "start": 861722040,
            "stop": 861722520
        },
        {
            "start": 861722580,
            "stop": 861726360
        },
        {
            "start": 861726420,
            "stop": 861726763
        },
        {
            "start": 861726764,
            "stop": 861726765
        },
        {
            "start": 861726770,
            "stop": 861726780
        },
        {
            "start": 861726840,
            "stop": 861727020
        },
        {
            "start": 861727080,
            "stop": 861729180
        },
        {
            "start": 861729300,
            "stop": 861730380
        },
        {
            "start": 861730440,
            "stop": 861730475
        },
        {
            "start": 861730480,
            "stop": 861731160
        },
        {
            "start": 861731220,
            "stop": 861732480
        },
        {
            "start": 861732600,
            "stop": 861732813
        }
    ]
}