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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=873",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 874,
    "results": [
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874682475
        },
        {
            "start": 874682478,
            "stop": 874687183
        },
        {
            "start": 874690004,
            "stop": 874695831
        },
        {
            "start": 874695835,
            "stop": 874695969
        },
        {
            "start": 874697009,
            "stop": 874706762
        },
        {
            "start": 874707774,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874787760
        },
        {
            "start": 874787820,
            "stop": 874802172
        },
        {
            "start": 874804095,
            "stop": 874817606
        },
        {
            "start": 874819487,
            "stop": 874844792
        },
        {
            "start": 874844795,
            "stop": 874846207
        },
        {
            "start": 874846971,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874857665
        },
        {
            "start": 874857985,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874862828
        },
        {
            "start": 874862832,
            "stop": 874864532
        },
        {
            "start": 874864932,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874878327
        }
    ]
}