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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=22",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 23,
    "results": [
        {
            "start": 1250228591,
            "stop": 1250242090
        },
        {
            "start": 1250242196,
            "stop": 1250264374
        },
        {
            "start": 1250264473,
            "stop": 1250285415
        },
        {
            "start": 1250297137,
            "stop": 1250297174
        },
        {
            "start": 1250302730,
            "stop": 1250347516
        },
        {
            "start": 1250377317,
            "stop": 1250407423
        },
        {
            "start": 1250414459,
            "stop": 1250438597
        },
        {
            "start": 1250447698,
            "stop": 1250460530
        },
        {
            "start": 1250473129,
            "stop": 1250506298
        },
        {
            "start": 1250506411,
            "stop": 1250527682
        },
        {
            "start": 1250539217,
            "stop": 1250542586
        },
        {
            "start": 1250551601,
            "stop": 1250628515
        },
        {
            "start": 1250643571,
            "stop": 1250665615
        },
        {
            "start": 1250675596,
            "stop": 1250709538
        },
        {
            "start": 1250709592,
            "stop": 1250736210
        },
        {
            "start": 1250746101,
            "stop": 1250790000
        },
        {
            "start": 1250799362,
            "stop": 1250848768
        },
        {
            "start": 1250848837,
            "stop": 1250907339
        },
        {
            "start": 1250916945,
            "stop": 1250951947
        },
        {
            "start": 1250980674,
            "stop": 1251057621
        }
    ]
}