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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=15",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 16,
    "results": [
        {
            "start": 1244936268,
            "stop": 1244952180
        },
        {
            "start": 1244952900,
            "stop": 1244953080
        },
        {
            "start": 1244954700,
            "stop": 1244955240
        },
        {
            "start": 1244955360,
            "stop": 1244955420
        },
        {
            "start": 1244955720,
            "stop": 1244955900
        },
        {
            "start": 1244956860,
            "stop": 1244958180
        },
        {
            "start": 1244974702,
            "stop": 1244978500
        },
        {
            "start": 1244978566,
            "stop": 1244999680
        },
        {
            "start": 1244999698,
            "stop": 1245000697
        },
        {
            "start": 1245010150,
            "stop": 1245011644
        },
        {
            "start": 1245047186,
            "stop": 1245085593
        },
        {
            "start": 1245091566,
            "stop": 1245105420
        },
        {
            "start": 1245105660,
            "stop": 1245106596
        },
        {
            "start": 1245107774,
            "stop": 1245109698
        },
        {
            "start": 1245110340,
            "stop": 1245110700
        },
        {
            "start": 1245111060,
            "stop": 1245111180
        },
        {
            "start": 1245126540,
            "stop": 1245126720
        },
        {
            "start": 1245126780,
            "stop": 1245126900
        },
        {
            "start": 1245128160,
            "stop": 1245144240
        },
        {
            "start": 1245155831,
            "stop": 1245182744
        }
    ]
}