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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=114",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 115,
    "results": [
        {
            "start": 931401383,
            "stop": 931401389
        },
        {
            "start": 931401391,
            "stop": 931401432
        },
        {
            "start": 931401433,
            "stop": 931401497
        },
        {
            "start": 931401499,
            "stop": 931401510
        },
        {
            "start": 931401511,
            "stop": 931401558
        },
        {
            "start": 931401560,
            "stop": 931401566
        },
        {
            "start": 931401568,
            "stop": 931401635
        },
        {
            "start": 931401636,
            "stop": 931401651
        },
        {
            "start": 931401652,
            "stop": 931401791
        },
        {
            "start": 931401793,
            "stop": 931401839
        },
        {
            "start": 931401841,
            "stop": 931401870
        },
        {
            "start": 931401872,
            "stop": 931401896
        },
        {
            "start": 931401897,
            "stop": 931401914
        },
        {
            "start": 931401915,
            "stop": 931401960
        },
        {
            "start": 931401962,
            "stop": 931401994
        },
        {
            "start": 931401995,
            "stop": 931402058
        },
        {
            "start": 931402060,
            "stop": 931402077
        },
        {
            "start": 931402079,
            "stop": 931402095
        },
        {
            "start": 931402097,
            "stop": 931402107
        },
        {
            "start": 931402109,
            "stop": 931402126
        }
    ]
}