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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=51",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 52,
    "results": [
        {
            "start": 821308381,
            "stop": 821326324
        },
        {
            "start": 821326418,
            "stop": 821344190
        },
        {
            "start": 821345496,
            "stop": 821363157
        },
        {
            "start": 821364960,
            "stop": 821388575
        },
        {
            "start": 821390722,
            "stop": 821394306
        },
        {
            "start": 821394441,
            "stop": 821456839
        },
        {
            "start": 821461916,
            "stop": 821467650
        },
        {
            "start": 821469601,
            "stop": 821473760
        },
        {
            "start": 821473765,
            "stop": 821473785
        },
        {
            "start": 821473790,
            "stop": 821477461
        },
        {
            "start": 821479678,
            "stop": 821480130
        },
        {
            "start": 821482538,
            "stop": 821483310
        },
        {
            "start": 821483370,
            "stop": 821483397
        },
        {
            "start": 821484249,
            "stop": 821484687
        },
        {
            "start": 821486277,
            "stop": 821486550
        },
        {
            "start": 821489091,
            "stop": 821489383
        },
        {
            "start": 821490217,
            "stop": 821496292
        },
        {
            "start": 821497024,
            "stop": 821513247
        },
        {
            "start": 821513547,
            "stop": 821514253
        },
        {
            "start": 821514255,
            "stop": 821514264
        }
    ]
}