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=1842
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=1843",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1841",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1842,
    "results": [
        {
            "start": 1250487480,
            "stop": 1250487503
        },
        {
            "start": 1250487504,
            "stop": 1250487518
        },
        {
            "start": 1250487519,
            "stop": 1250487520
        },
        {
            "start": 1250487525,
            "stop": 1250487531
        },
        {
            "start": 1250487533,
            "stop": 1250487572
        },
        {
            "start": 1250487575,
            "stop": 1250487581
        },
        {
            "start": 1250487583,
            "stop": 1250487595
        },
        {
            "start": 1250487596,
            "stop": 1250487610
        },
        {
            "start": 1250487613,
            "stop": 1250487619
        },
        {
            "start": 1250487621,
            "stop": 1250487626
        },
        {
            "start": 1250487629,
            "stop": 1250488763
        },
        {
            "start": 1250488766,
            "stop": 1250488768
        },
        {
            "start": 1250488771,
            "stop": 1250488777
        },
        {
            "start": 1250488779,
            "stop": 1250488800
        },
        {
            "start": 1250488801,
            "stop": 1250488802
        },
        {
            "start": 1250488803,
            "stop": 1250488804
        },
        {
            "start": 1250488805,
            "stop": 1250488817
        },
        {
            "start": 1250488819,
            "stop": 1250488878
        },
        {
            "start": 1250488881,
            "stop": 1250488968
        },
        {
            "start": 1250488971,
            "stop": 1250488983
        }
    ]
}