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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=90",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 91,
    "results": [
        {
            "start": 831167954,
            "stop": 831167959
        },
        {
            "start": 831167968,
            "stop": 831167988
        },
        {
            "start": 831167997,
            "stop": 831168045
        },
        {
            "start": 831168053,
            "stop": 831168100
        },
        {
            "start": 831168113,
            "stop": 831168145
        },
        {
            "start": 831168153,
            "stop": 831168171
        },
        {
            "start": 831168179,
            "stop": 831168188
        },
        {
            "start": 831170968,
            "stop": 831171518
        },
        {
            "start": 831171526,
            "stop": 831171600
        },
        {
            "start": 831175487,
            "stop": 831175497
        },
        {
            "start": 831175674,
            "stop": 831176469
        },
        {
            "start": 831176477,
            "stop": 831208276
        },
        {
            "start": 831208289,
            "stop": 831208315
        },
        {
            "start": 831208327,
            "stop": 831208332
        },
        {
            "start": 831208873,
            "stop": 831215407
        },
        {
            "start": 831215414,
            "stop": 831222099
        },
        {
            "start": 831242031,
            "stop": 831242146
        },
        {
            "start": 831244650,
            "stop": 831247022
        },
        {
            "start": 831247086,
            "stop": 831247146
        },
        {
            "start": 831247154,
            "stop": 831249663
        }
    ]
}