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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=380",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 381,
    "results": [
        {
            "start": 1182835663,
            "stop": 1182835841
        },
        {
            "start": 1182836323,
            "stop": 1182836381
        },
        {
            "start": 1182836443,
            "stop": 1182836501
        },
        {
            "start": 1182836623,
            "stop": 1182836801
        },
        {
            "start": 1182836863,
            "stop": 1182839696
        },
        {
            "start": 1182839718,
            "stop": 1182844687
        },
        {
            "start": 1182851501,
            "stop": 1182872288
        },
        {
            "start": 1182872290,
            "stop": 1182875900
        },
        {
            "start": 1182875906,
            "stop": 1182875987
        },
        {
            "start": 1182875989,
            "stop": 1182876756
        },
        {
            "start": 1182878246,
            "stop": 1182878541
        },
        {
            "start": 1182878547,
            "stop": 1182881227
        },
        {
            "start": 1182881231,
            "stop": 1182881788
        },
        {
            "start": 1182881796,
            "stop": 1182882548
        },
        {
            "start": 1182882550,
            "stop": 1182882820
        },
        {
            "start": 1182882825,
            "stop": 1182883306
        },
        {
            "start": 1182883313,
            "stop": 1182883488
        },
        {
            "start": 1182889685,
            "stop": 1182893526
        },
        {
            "start": 1182893542,
            "stop": 1182894251
        },
        {
            "start": 1182894253,
            "stop": 1182897694
        }
    ]
}