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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=168",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 169,
    "results": [
        {
            "start": 820168350,
            "stop": 820168363
        },
        {
            "start": 820168367,
            "stop": 820168923
        },
        {
            "start": 820168927,
            "stop": 820169093
        },
        {
            "start": 820169096,
            "stop": 820169364
        },
        {
            "start": 820169368,
            "stop": 820169369
        },
        {
            "start": 820169372,
            "stop": 820169385
        },
        {
            "start": 820169388,
            "stop": 820169654
        },
        {
            "start": 820169657,
            "stop": 820170246
        },
        {
            "start": 820170249,
            "stop": 820170368
        },
        {
            "start": 820170371,
            "stop": 820170473
        },
        {
            "start": 820170476,
            "stop": 820171231
        },
        {
            "start": 820171234,
            "stop": 820171306
        },
        {
            "start": 820171310,
            "stop": 820171551
        },
        {
            "start": 820171554,
            "stop": 820171557
        },
        {
            "start": 820171560,
            "stop": 820171644
        },
        {
            "start": 820171647,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820172444
        },
        {
            "start": 820172625,
            "stop": 820172661
        },
        {
            "start": 820172664,
            "stop": 820172726
        },
        {
            "start": 820172730,
            "stop": 820172992
        }
    ]
}