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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=34",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 35,
    "results": [
        {
            "start": 1182836443,
            "stop": 1182836501
        },
        {
            "start": 1182836623,
            "stop": 1182836801
        },
        {
            "start": 1182836863,
            "stop": 1182839696
        },
        {
            "start": 1182839718,
            "stop": 1182844687
        },
        {
            "start": 1182851501,
            "stop": 1182876756
        },
        {
            "start": 1182878246,
            "stop": 1182883488
        },
        {
            "start": 1182889685,
            "stop": 1182893526
        },
        {
            "start": 1182893542,
            "stop": 1182898554
        },
        {
            "start": 1182898680,
            "stop": 1182899136
        },
        {
            "start": 1182908130,
            "stop": 1182968079
        },
        {
            "start": 1182978695,
            "stop": 1183086109
        },
        {
            "start": 1183090385,
            "stop": 1183145114
        },
        {
            "start": 1183146201,
            "stop": 1183161428
        },
        {
            "start": 1183164670,
            "stop": 1183175579
        },
        {
            "start": 1183175767,
            "stop": 1183241629
        },
        {
            "start": 1183244426,
            "stop": 1183246624
        },
        {
            "start": 1183246629,
            "stop": 1183302203
        },
        {
            "start": 1183324477,
            "stop": 1183335264
        },
        {
            "start": 1183336511,
            "stop": 1183337172
        },
        {
            "start": 1183337294,
            "stop": 1183338263
        }
    ]
}