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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8407",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8408,
    "results": [
        {
            "start": 875117977,
            "stop": 875118213
        },
        {
            "start": 875118232,
            "stop": 875118241
        },
        {
            "start": 875118286,
            "stop": 875118291
        },
        {
            "start": 875118353,
            "stop": 875118527
        },
        {
            "start": 875118558,
            "stop": 875118641
        },
        {
            "start": 875118658,
            "stop": 875118720
        },
        {
            "start": 875118916,
            "stop": 875119020
        },
        {
            "start": 875119380,
            "stop": 875119441
        },
        {
            "start": 875119463,
            "stop": 875119465
        },
        {
            "start": 875119485,
            "stop": 875119500
        },
        {
            "start": 875119680,
            "stop": 875119714
        },
        {
            "start": 875119731,
            "stop": 875119800
        },
        {
            "start": 875119920,
            "stop": 875119988
        },
        {
            "start": 875120007,
            "stop": 875120041
        },
        {
            "start": 875120060,
            "stop": 875120460
        },
        {
            "start": 875120520,
            "stop": 875120580
        },
        {
            "start": 875120640,
            "stop": 875120764
        },
        {
            "start": 875120781,
            "stop": 875121180
        },
        {
            "start": 875121240,
            "stop": 875121333
        },
        {
            "start": 875121353,
            "stop": 875121722
        }
    ]
}