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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3791",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3792,
    "results": [
        {
            "start": 874487778,
            "stop": 874487886
        },
        {
            "start": 874487904,
            "stop": 874488252
        },
        {
            "start": 874488284,
            "stop": 874488762
        },
        {
            "start": 874488779,
            "stop": 874489073
        },
        {
            "start": 874489090,
            "stop": 874489503
        },
        {
            "start": 874489520,
            "stop": 874489567
        },
        {
            "start": 874489584,
            "stop": 874490146
        },
        {
            "start": 874490163,
            "stop": 874490768
        },
        {
            "start": 874490785,
            "stop": 874491368
        },
        {
            "start": 874491389,
            "stop": 874491775
        },
        {
            "start": 874491793,
            "stop": 874493193
        },
        {
            "start": 874493214,
            "stop": 874493264
        },
        {
            "start": 874493281,
            "stop": 874494293
        },
        {
            "start": 874494310,
            "stop": 874494357
        },
        {
            "start": 874494380,
            "stop": 874494700
        },
        {
            "start": 874494717,
            "stop": 874495061
        },
        {
            "start": 874495078,
            "stop": 874495281
        },
        {
            "start": 874495298,
            "stop": 874495652
        },
        {
            "start": 874495669,
            "stop": 874495685
        },
        {
            "start": 874495702,
            "stop": 874495711
        }
    ]
}