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=1857
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=1858",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1856",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1857,
    "results": [
        {
            "start": 1250732919,
            "stop": 1250732964
        },
        {
            "start": 1250732967,
            "stop": 1250733077
        },
        {
            "start": 1250733080,
            "stop": 1250733082
        },
        {
            "start": 1250733085,
            "stop": 1250733102
        },
        {
            "start": 1250733103,
            "stop": 1250733245
        },
        {
            "start": 1250733248,
            "stop": 1250733274
        },
        {
            "start": 1250733277,
            "stop": 1250733300
        },
        {
            "start": 1250733303,
            "stop": 1250733636
        },
        {
            "start": 1250733638,
            "stop": 1250733651
        },
        {
            "start": 1250733652,
            "stop": 1250733660
        },
        {
            "start": 1250733662,
            "stop": 1250733676
        },
        {
            "start": 1250733679,
            "stop": 1250733713
        },
        {
            "start": 1250733721,
            "stop": 1250733723
        },
        {
            "start": 1250733724,
            "stop": 1250733772
        },
        {
            "start": 1250733775,
            "stop": 1250733847
        },
        {
            "start": 1250733849,
            "stop": 1250734122
        },
        {
            "start": 1250734125,
            "stop": 1250734228
        },
        {
            "start": 1250734231,
            "stop": 1250734392
        },
        {
            "start": 1250734395,
            "stop": 1250734508
        },
        {
            "start": 1250734510,
            "stop": 1250734520
        }
    ]
}