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=1681
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=1682",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1680",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1681,
    "results": [
        {
            "start": 1248844717,
            "stop": 1248845071
        },
        {
            "start": 1248845074,
            "stop": 1248845493
        },
        {
            "start": 1248845496,
            "stop": 1248845543
        },
        {
            "start": 1248845546,
            "stop": 1248845705
        },
        {
            "start": 1248845706,
            "stop": 1248846537
        },
        {
            "start": 1248846540,
            "stop": 1248846592
        },
        {
            "start": 1248846595,
            "stop": 1248846698
        },
        {
            "start": 1248846701,
            "stop": 1248847078
        },
        {
            "start": 1248847086,
            "stop": 1248847740
        },
        {
            "start": 1248847743,
            "stop": 1248848638
        },
        {
            "start": 1248848641,
            "stop": 1248848661
        },
        {
            "start": 1248848664,
            "stop": 1248849146
        },
        {
            "start": 1248849154,
            "stop": 1248849390
        },
        {
            "start": 1248849393,
            "stop": 1248849970
        },
        {
            "start": 1248849973,
            "stop": 1248850204
        },
        {
            "start": 1248850207,
            "stop": 1248850453
        },
        {
            "start": 1248850456,
            "stop": 1248850564
        },
        {
            "start": 1248850567,
            "stop": 1248850981
        },
        {
            "start": 1248850984,
            "stop": 1248852826
        },
        {
            "start": 1248852829,
            "stop": 1248853015
        }
    ]
}