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=1915
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=1916",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1914",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1915,
    "results": [
        {
            "start": 1251943406,
            "stop": 1251943999
        },
        {
            "start": 1251944001,
            "stop": 1251946085
        },
        {
            "start": 1251946088,
            "stop": 1251948150
        },
        {
            "start": 1251948153,
            "stop": 1251952461
        },
        {
            "start": 1251952464,
            "stop": 1251955537
        },
        {
            "start": 1251955540,
            "stop": 1251956412
        },
        {
            "start": 1251956420,
            "stop": 1251958209
        },
        {
            "start": 1251958212,
            "stop": 1251959996
        },
        {
            "start": 1251959999,
            "stop": 1251961974
        },
        {
            "start": 1251961977,
            "stop": 1251962469
        },
        {
            "start": 1251962472,
            "stop": 1251962478
        },
        {
            "start": 1251962481,
            "stop": 1251962530
        },
        {
            "start": 1251962533,
            "stop": 1251962539
        },
        {
            "start": 1251962542,
            "stop": 1251962656
        },
        {
            "start": 1251962659,
            "stop": 1251962667
        },
        {
            "start": 1251962670,
            "stop": 1251962743
        },
        {
            "start": 1251962746,
            "stop": 1251962762
        },
        {
            "start": 1251962765,
            "stop": 1251962834
        },
        {
            "start": 1251962837,
            "stop": 1251962964
        },
        {
            "start": 1251962967,
            "stop": 1251962972
        }
    ]
}