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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=50",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 51,
    "results": [
        {
            "start": 817159722,
            "stop": 817159917
        },
        {
            "start": 817160037,
            "stop": 817161120
        },
        {
            "start": 817161180,
            "stop": 817161974
        },
        {
            "start": 817161991,
            "stop": 817162333
        },
        {
            "start": 817162453,
            "stop": 817162906
        },
        {
            "start": 817163091,
            "stop": 817163369
        },
        {
            "start": 817163372,
            "stop": 817164207
        },
        {
            "start": 817164327,
            "stop": 817164660
        },
        {
            "start": 817164720,
            "stop": 817164960
        },
        {
            "start": 817165080,
            "stop": 817167578
        },
        {
            "start": 817167698,
            "stop": 817168308
        },
        {
            "start": 817168428,
            "stop": 817172307
        },
        {
            "start": 817172309,
            "stop": 817174139
        },
        {
            "start": 817174259,
            "stop": 817175080
        },
        {
            "start": 817175097,
            "stop": 817175791
        },
        {
            "start": 817175911,
            "stop": 817176142
        },
        {
            "start": 817176262,
            "stop": 817176825
        },
        {
            "start": 817176842,
            "stop": 817178197
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181743,
            "stop": 817182024
        }
    ]
}