Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=89",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 90,
    "results": [
        {
            "start": 818467620,
            "stop": 818468340
        },
        {
            "start": 818468400,
            "stop": 818469900
        },
        {
            "start": 818469960,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479693
        },
        {
            "start": 818485616,
            "stop": 818493657
        },
        {
            "start": 818493701,
            "stop": 818499600
        },
        {
            "start": 818499720,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511504
        },
        {
            "start": 818511512,
            "stop": 818513400
        },
        {
            "start": 818513460,
            "stop": 818515500
        },
        {
            "start": 818515508,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818520480
        },
        {
            "start": 818520540,
            "stop": 818521740
        },
        {
            "start": 818521800,
            "stop": 818522045
        },
        {
            "start": 818522294,
            "stop": 818522640
        },
        {
            "start": 818522700,
            "stop": 818523960
        },
        {
            "start": 818524080,
            "stop": 818524753
        },
        {
            "start": 818552592,
            "stop": 818552596
        }
    ]
}