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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1930",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1928",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1929,
    "results": [
        {
            "start": 1252343284,
            "stop": 1252343399
        },
        {
            "start": 1252343402,
            "stop": 1252344542
        },
        {
            "start": 1252344545,
            "stop": 1252345360
        },
        {
            "start": 1252345362,
            "stop": 1252346166
        },
        {
            "start": 1252346167,
            "stop": 1252346801
        },
        {
            "start": 1252346804,
            "stop": 1252346869
        },
        {
            "start": 1252346870,
            "stop": 1252348551
        },
        {
            "start": 1252348553,
            "stop": 1252350031
        },
        {
            "start": 1252350034,
            "stop": 1252350217
        },
        {
            "start": 1252350219,
            "stop": 1252350327
        },
        {
            "start": 1252350330,
            "stop": 1252352540
        },
        {
            "start": 1252352543,
            "stop": 1252352719
        },
        {
            "start": 1252352721,
            "stop": 1252352730
        },
        {
            "start": 1252352732,
            "stop": 1252354058
        },
        {
            "start": 1252354061,
            "stop": 1252354089
        },
        {
            "start": 1252354091,
            "stop": 1252354854
        },
        {
            "start": 1252354856,
            "stop": 1252355294
        },
        {
            "start": 1252355295,
            "stop": 1252357638
        },
        {
            "start": 1252357641,
            "stop": 1252357670
        },
        {
            "start": 1252357673,
            "stop": 1252358088
        }
    ]
}