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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=777",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=775",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 776,
    "results": [
        {
            "start": 1269155510,
            "stop": 1269156395
        },
        {
            "start": 1269156398,
            "stop": 1269156431
        },
        {
            "start": 1269156434,
            "stop": 1269156453
        },
        {
            "start": 1269156456,
            "stop": 1269156503
        },
        {
            "start": 1269156506,
            "stop": 1269156819
        },
        {
            "start": 1269156822,
            "stop": 1269156870
        },
        {
            "start": 1269156873,
            "stop": 1269159897
        },
        {
            "start": 1269159900,
            "stop": 1269160043
        },
        {
            "start": 1269160046,
            "stop": 1269166330
        },
        {
            "start": 1269166333,
            "stop": 1269171098
        },
        {
            "start": 1269171100,
            "stop": 1269171746
        },
        {
            "start": 1269171749,
            "stop": 1269172059
        },
        {
            "start": 1269172064,
            "stop": 1269174048
        },
        {
            "start": 1269174051,
            "stop": 1269175042
        },
        {
            "start": 1269175045,
            "stop": 1269177518
        },
        {
            "start": 1269177521,
            "stop": 1269177559
        },
        {
            "start": 1269177562,
            "stop": 1269177693
        },
        {
            "start": 1269177696,
            "stop": 1269178859
        },
        {
            "start": 1269178862,
            "stop": 1269180666
        },
        {
            "start": 1269180669,
            "stop": 1269180684
        }
    ]
}