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=1768
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=1769",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1767",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1768,
    "results": [
        {
            "start": 1249476929,
            "stop": 1249477233
        },
        {
            "start": 1249477236,
            "stop": 1249477260
        },
        {
            "start": 1249477262,
            "stop": 1249477974
        },
        {
            "start": 1249477977,
            "stop": 1249478018
        },
        {
            "start": 1249478021,
            "stop": 1249478184
        },
        {
            "start": 1249478187,
            "stop": 1249479208
        },
        {
            "start": 1249479211,
            "stop": 1249479650
        },
        {
            "start": 1249479653,
            "stop": 1249480754
        },
        {
            "start": 1249480757,
            "stop": 1249481671
        },
        {
            "start": 1249481674,
            "stop": 1249481820
        },
        {
            "start": 1249481823,
            "stop": 1249482210
        },
        {
            "start": 1249482213,
            "stop": 1249483723
        },
        {
            "start": 1249483726,
            "stop": 1249484809
        },
        {
            "start": 1249484812,
            "stop": 1249485646
        },
        {
            "start": 1249485649,
            "stop": 1249485791
        },
        {
            "start": 1249485794,
            "stop": 1249485828
        },
        {
            "start": 1249485831,
            "stop": 1249485881
        },
        {
            "start": 1249485884,
            "stop": 1249485890
        },
        {
            "start": 1249485893,
            "stop": 1249485969
        },
        {
            "start": 1249485972,
            "stop": 1249486294
        }
    ]
}