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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=24",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 25,
    "results": [
        {
            "start": 818419755,
            "stop": 818426005
        },
        {
            "start": 818426007,
            "stop": 818426544
        },
        {
            "start": 818428397,
            "stop": 818438970
        },
        {
            "start": 818448634,
            "stop": 818449336
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818454115
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818456880
        },
        {
            "start": 818457864,
            "stop": 818460090
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479436
        },
        {
            "start": 818485616,
            "stop": 818507471
        },
        {
            "start": 818507472,
            "stop": 818511506
        },
        {
            "start": 818511508,
            "stop": 818515502
        },
        {
            "start": 818515504,
            "stop": 818522047
        },
        {
            "start": 818522294,
            "stop": 818524805
        },
        {
            "start": 818547092,
            "stop": 818548593
        },
        {
            "start": 818550111,
            "stop": 818550741
        },
        {
            "start": 818552070,
            "stop": 818552292
        },
        {
            "start": 818552592,
            "stop": 818552601
        }
    ]
}