Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=742
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=743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=741",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 742,
    "results": [
        {
            "start": 830585872,
            "stop": 830585988
        },
        {
            "start": 830585991,
            "stop": 830586431
        },
        {
            "start": 830586434,
            "stop": 830587200
        },
        {
            "start": 830587260,
            "stop": 830587320
        },
        {
            "start": 830587380,
            "stop": 830587803
        },
        {
            "start": 830587807,
            "stop": 830588828
        },
        {
            "start": 830588832,
            "stop": 830588847
        },
        {
            "start": 830588850,
            "stop": 830589300
        },
        {
            "start": 830589360,
            "stop": 830589480
        },
        {
            "start": 830589540,
            "stop": 830590345
        },
        {
            "start": 830590348,
            "stop": 830591100
        },
        {
            "start": 830591103,
            "stop": 830592453
        },
        {
            "start": 830592456,
            "stop": 830592540
        },
        {
            "start": 830592600,
            "stop": 830596860
        },
        {
            "start": 830596920,
            "stop": 830599020
        },
        {
            "start": 830599080,
            "stop": 830599860
        },
        {
            "start": 830599920,
            "stop": 830600460
        },
        {
            "start": 830600520,
            "stop": 830601720
        },
        {
            "start": 830601780,
            "stop": 830602713
        },
        {
            "start": 830602823,
            "stop": 830603085
        }
    ]
}