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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=282",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 283,
    "results": [
        {
            "start": 857692664,
            "stop": 857695445
        },
        {
            "start": 857696660,
            "stop": 857697738
        },
        {
            "start": 857697743,
            "stop": 857706546
        },
        {
            "start": 857708948,
            "stop": 857715479
        },
        {
            "start": 857716317,
            "stop": 857733535
        },
        {
            "start": 857733539,
            "stop": 857733579
        },
        {
            "start": 857733588,
            "stop": 857733594
        },
        {
            "start": 857733607,
            "stop": 857733613
        },
        {
            "start": 857733622,
            "stop": 857733734
        },
        {
            "start": 857733738,
            "stop": 857733768
        },
        {
            "start": 857733777,
            "stop": 857733976
        },
        {
            "start": 857733985,
            "stop": 857734035
        },
        {
            "start": 857734039,
            "stop": 857734078
        },
        {
            "start": 857734082,
            "stop": 857734223
        },
        {
            "start": 857734227,
            "stop": 857734399
        },
        {
            "start": 857734408,
            "stop": 857734447
        },
        {
            "start": 857734451,
            "stop": 857734457
        },
        {
            "start": 857734461,
            "stop": 857734613
        },
        {
            "start": 857734622,
            "stop": 857734628
        },
        {
            "start": 857734636,
            "stop": 857734652
        }
    ]
}