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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1651",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1649",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1650,
    "results": [
        {
            "start": 1248182393,
            "stop": 1248182756
        },
        {
            "start": 1248182758,
            "stop": 1248187334
        },
        {
            "start": 1248187342,
            "stop": 1248188276
        },
        {
            "start": 1248188280,
            "stop": 1248190587
        },
        {
            "start": 1248200538,
            "stop": 1248201188
        },
        {
            "start": 1248201191,
            "stop": 1248202908
        },
        {
            "start": 1248202911,
            "stop": 1248204061
        },
        {
            "start": 1248204064,
            "stop": 1248206497
        },
        {
            "start": 1248206500,
            "stop": 1248207814
        },
        {
            "start": 1248207823,
            "stop": 1248209010
        },
        {
            "start": 1248209012,
            "stop": 1248209827
        },
        {
            "start": 1248209829,
            "stop": 1248210461
        },
        {
            "start": 1248210464,
            "stop": 1248210510
        },
        {
            "start": 1248210513,
            "stop": 1248211288
        },
        {
            "start": 1248211291,
            "stop": 1248211525
        },
        {
            "start": 1248211528,
            "stop": 1248211590
        },
        {
            "start": 1248211593,
            "stop": 1248211727
        },
        {
            "start": 1248211730,
            "stop": 1248213795
        },
        {
            "start": 1248213797,
            "stop": 1248216333
        },
        {
            "start": 1248216335,
            "stop": 1248218038
        }
    ]
}