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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=27",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 28,
    "results": [
        {
            "start": 1412099492,
            "stop": 1412101883
        },
        {
            "start": 1412119681,
            "stop": 1412131859
        },
        {
            "start": 1412135981,
            "stop": 1412141001
        },
        {
            "start": 1412145168,
            "stop": 1412151579
        },
        {
            "start": 1412158100,
            "stop": 1412166917
        },
        {
            "start": 1412171677,
            "stop": 1412188555
        },
        {
            "start": 1412190484,
            "stop": 1412217334
        },
        {
            "start": 1412221544,
            "stop": 1412235474
        },
        {
            "start": 1412240150,
            "stop": 1412244562
        },
        {
            "start": 1412255594,
            "stop": 1412258491
        },
        {
            "start": 1412262543,
            "stop": 1412277068
        },
        {
            "start": 1412285525,
            "stop": 1412287153
        },
        {
            "start": 1412297326,
            "stop": 1412318273
        },
        {
            "start": 1412324391,
            "stop": 1412330714
        },
        {
            "start": 1412334381,
            "stop": 1412350292
        },
        {
            "start": 1412380818,
            "stop": 1412384160
        },
        {
            "start": 1412392214,
            "stop": 1412409126
        },
        {
            "start": 1412414139,
            "stop": 1412418706
        },
        {
            "start": 1412422438,
            "stop": 1412432530
        },
        {
            "start": 1412433633,
            "stop": 1412433918
        }
    ]
}