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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=25",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 26,
    "results": [
        {
            "start": 1250643571,
            "stop": 1250665615
        },
        {
            "start": 1250675596,
            "stop": 1250709538
        },
        {
            "start": 1250709592,
            "stop": 1250733120
        },
        {
            "start": 1250733300,
            "stop": 1250736210
        },
        {
            "start": 1250746101,
            "stop": 1250781840
        },
        {
            "start": 1250782500,
            "stop": 1250782800
        },
        {
            "start": 1250783220,
            "stop": 1250783280
        },
        {
            "start": 1250783520,
            "stop": 1250783760
        },
        {
            "start": 1250784000,
            "stop": 1250784120
        },
        {
            "start": 1250784180,
            "stop": 1250790000
        },
        {
            "start": 1250799362,
            "stop": 1250848768
        },
        {
            "start": 1250848837,
            "stop": 1250907339
        },
        {
            "start": 1250916945,
            "stop": 1250951947
        },
        {
            "start": 1250980674,
            "stop": 1250989740
        },
        {
            "start": 1250990820,
            "stop": 1251057621
        },
        {
            "start": 1251071408,
            "stop": 1251125150
        },
        {
            "start": 1251168971,
            "stop": 1251176417
        },
        {
            "start": 1251176532,
            "stop": 1251213312
        },
        {
            "start": 1251213332,
            "stop": 1251242026
        },
        {
            "start": 1251242194,
            "stop": 1251272512
        }
    ]
}