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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=118",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 119,
    "results": [
        {
            "start": 931419452,
            "stop": 931419454
        },
        {
            "start": 931419455,
            "stop": 931419487
        },
        {
            "start": 931419489,
            "stop": 931419541
        },
        {
            "start": 931419543,
            "stop": 931419552
        },
        {
            "start": 931419554,
            "stop": 931419579
        },
        {
            "start": 931419581,
            "stop": 931419613
        },
        {
            "start": 931419615,
            "stop": 931419646
        },
        {
            "start": 931419649,
            "stop": 931419659
        },
        {
            "start": 931419660,
            "stop": 931419691
        },
        {
            "start": 931419693,
            "stop": 931419727
        },
        {
            "start": 931419729,
            "stop": 931419730
        },
        {
            "start": 931419731,
            "stop": 931419738
        },
        {
            "start": 931419740,
            "stop": 931419894
        },
        {
            "start": 931419895,
            "stop": 931419938
        },
        {
            "start": 931419939,
            "stop": 931419995
        },
        {
            "start": 931419997,
            "stop": 931420009
        },
        {
            "start": 931420010,
            "stop": 931420012
        },
        {
            "start": 931420014,
            "stop": 931420134
        },
        {
            "start": 931420136,
            "stop": 931420141
        },
        {
            "start": 931420143,
            "stop": 931420182
        }
    ]
}