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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=277",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 278,
    "results": [
        {
            "start": 821674528,
            "stop": 821677245
        },
        {
            "start": 821677262,
            "stop": 821681537
        },
        {
            "start": 821682347,
            "stop": 821683155
        },
        {
            "start": 821683158,
            "stop": 821684533
        },
        {
            "start": 821685363,
            "stop": 821687636
        },
        {
            "start": 821687639,
            "stop": 821688100
        },
        {
            "start": 821688103,
            "stop": 821690170
        },
        {
            "start": 821690173,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821695016
        },
        {
            "start": 821695019,
            "stop": 821697492
        },
        {
            "start": 821697496,
            "stop": 821697510
        },
        {
            "start": 821697513,
            "stop": 821698556
        },
        {
            "start": 821698560,
            "stop": 821701669
        },
        {
            "start": 821701672,
            "stop": 821704968
        },
        {
            "start": 821704971,
            "stop": 821706767
        },
        {
            "start": 821706770,
            "stop": 821716695
        },
        {
            "start": 821716699,
            "stop": 821718104
        },
        {
            "start": 821718107,
            "stop": 821718558
        },
        {
            "start": 821720082,
            "stop": 821720696
        },
        {
            "start": 821722673,
            "stop": 821725703
        }
    ]
}