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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=83",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 84,
    "results": [
        {
            "start": 830118322,
            "stop": 830127782
        },
        {
            "start": 830129085,
            "stop": 830129194
        },
        {
            "start": 830129200,
            "stop": 830140740
        },
        {
            "start": 830142057,
            "stop": 830146301
        },
        {
            "start": 830146308,
            "stop": 830155757
        },
        {
            "start": 830157033,
            "stop": 830187225
        },
        {
            "start": 830189592,
            "stop": 830189950
        },
        {
            "start": 830190094,
            "stop": 830191132
        },
        {
            "start": 830191139,
            "stop": 830194156
        },
        {
            "start": 830194167,
            "stop": 830194182
        },
        {
            "start": 830194410,
            "stop": 830196105
        },
        {
            "start": 830197705,
            "stop": 830197811
        },
        {
            "start": 830197818,
            "stop": 830200514
        },
        {
            "start": 830201838,
            "stop": 830202000
        },
        {
            "start": 830202033,
            "stop": 830203419
        },
        {
            "start": 830203531,
            "stop": 830204941
        },
        {
            "start": 830206309,
            "stop": 830209824
        },
        {
            "start": 830209835,
            "stop": 830209836
        },
        {
            "start": 830209853,
            "stop": 830273400
        },
        {
            "start": 830273408,
            "stop": 830277627
        }
    ]
}