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=1704
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=1705",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1703",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1704,
    "results": [
        {
            "start": 1249057513,
            "stop": 1249057685
        },
        {
            "start": 1249057688,
            "stop": 1249057975
        },
        {
            "start": 1249057978,
            "stop": 1249058145
        },
        {
            "start": 1249058148,
            "stop": 1249058311
        },
        {
            "start": 1249058314,
            "stop": 1249058452
        },
        {
            "start": 1249058454,
            "stop": 1249058517
        },
        {
            "start": 1249058520,
            "stop": 1249058627
        },
        {
            "start": 1249058629,
            "stop": 1249058725
        },
        {
            "start": 1249058728,
            "stop": 1249058844
        },
        {
            "start": 1249058847,
            "stop": 1249058858
        },
        {
            "start": 1249058861,
            "stop": 1249059046
        },
        {
            "start": 1249059049,
            "stop": 1249059260
        },
        {
            "start": 1249059262,
            "stop": 1249059970
        },
        {
            "start": 1249059973,
            "stop": 1249060361
        },
        {
            "start": 1249060364,
            "stop": 1249060705
        },
        {
            "start": 1249060708,
            "stop": 1249060740
        },
        {
            "start": 1249060743,
            "stop": 1249061080
        },
        {
            "start": 1249061083,
            "stop": 1249061444
        },
        {
            "start": 1249061447,
            "stop": 1249061451
        },
        {
            "start": 1249061454,
            "stop": 1249061647
        }
    ]
}