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=1787
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=1788",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1786",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1787,
    "results": [
        {
            "start": 1249611396,
            "stop": 1249612385
        },
        {
            "start": 1249612387,
            "stop": 1249613869
        },
        {
            "start": 1249613872,
            "stop": 1249615015
        },
        {
            "start": 1249615018,
            "stop": 1249615846
        },
        {
            "start": 1249615848,
            "stop": 1249615953
        },
        {
            "start": 1249615956,
            "stop": 1249618310
        },
        {
            "start": 1249618313,
            "stop": 1249621110
        },
        {
            "start": 1249621113,
            "stop": 1249621736
        },
        {
            "start": 1249621739,
            "stop": 1249622048
        },
        {
            "start": 1249622051,
            "stop": 1249622833
        },
        {
            "start": 1249622836,
            "stop": 1249623653
        },
        {
            "start": 1249623661,
            "stop": 1249624591
        },
        {
            "start": 1249624594,
            "stop": 1249630211
        },
        {
            "start": 1249630214,
            "stop": 1249630365
        },
        {
            "start": 1249630367,
            "stop": 1249633732
        },
        {
            "start": 1249633734,
            "stop": 1249634398
        },
        {
            "start": 1249634401,
            "stop": 1249638326
        },
        {
            "start": 1249638329,
            "stop": 1249639744
        },
        {
            "start": 1249639747,
            "stop": 1249641729
        },
        {
            "start": 1249641732,
            "stop": 1249643156
        }
    ]
}