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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 181,
    "results": [
        {
            "start": 1239876917,
            "stop": 1239876946
        },
        {
            "start": 1239876947,
            "stop": 1239877057
        },
        {
            "start": 1239877058,
            "stop": 1239877639
        },
        {
            "start": 1239877641,
            "stop": 1239877930
        },
        {
            "start": 1239877931,
            "stop": 1239877980
        },
        {
            "start": 1239877981,
            "stop": 1239878541
        },
        {
            "start": 1239878549,
            "stop": 1239878551
        },
        {
            "start": 1239878553,
            "stop": 1239878609
        },
        {
            "start": 1239878612,
            "stop": 1239878684
        },
        {
            "start": 1239878705,
            "stop": 1239878711
        },
        {
            "start": 1239878773,
            "stop": 1239878801
        },
        {
            "start": 1239878802,
            "stop": 1239879019
        },
        {
            "start": 1239879020,
            "stop": 1239879044
        },
        {
            "start": 1239879045,
            "stop": 1239879224
        },
        {
            "start": 1239879226,
            "stop": 1239879294
        },
        {
            "start": 1239879297,
            "stop": 1239879364
        },
        {
            "start": 1239879366,
            "stop": 1239879491
        },
        {
            "start": 1239879494,
            "stop": 1239880000
        },
        {
            "start": 1239880001,
            "stop": 1239880006
        },
        {
            "start": 1239880007,
            "stop": 1239880126
        }
    ]
}