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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=50",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 51,
    "results": [
        {
            "start": 830549973,
            "stop": 830550158
        },
        {
            "start": 830551527,
            "stop": 830551577
        },
        {
            "start": 830574114,
            "stop": 830574545
        },
        {
            "start": 830575544,
            "stop": 830575986
        },
        {
            "start": 830576576,
            "stop": 830602720
        },
        {
            "start": 830604177,
            "stop": 830612788
        },
        {
            "start": 830614534,
            "stop": 830617350
        },
        {
            "start": 830653792,
            "stop": 830657860
        },
        {
            "start": 830658774,
            "stop": 830662001
        },
        {
            "start": 830663328,
            "stop": 830689978
        },
        {
            "start": 830690060,
            "stop": 830702293
        },
        {
            "start": 830703373,
            "stop": 830705953
        },
        {
            "start": 830717249,
            "stop": 830717494
        },
        {
            "start": 830719644,
            "stop": 830719773
        },
        {
            "start": 830720488,
            "stop": 830722089
        },
        {
            "start": 830723613,
            "stop": 830727303
        },
        {
            "start": 830728500,
            "stop": 830754509
        },
        {
            "start": 830754787,
            "stop": 830770976
        },
        {
            "start": 830772315,
            "stop": 830777894
        },
        {
            "start": 830779682,
            "stop": 830797464
        }
    ]
}