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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6057",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6058,
    "results": [
        {
            "start": 873786904,
            "stop": 873786956
        },
        {
            "start": 873786959,
            "stop": 873786967
        },
        {
            "start": 873786969,
            "stop": 873786974
        },
        {
            "start": 873786975,
            "stop": 873787066
        },
        {
            "start": 873796180,
            "stop": 873796188
        },
        {
            "start": 873796189,
            "stop": 873796210
        },
        {
            "start": 873796211,
            "stop": 873796299
        },
        {
            "start": 873796301,
            "stop": 873796333
        },
        {
            "start": 873796334,
            "stop": 873796452
        },
        {
            "start": 873796453,
            "stop": 873796492
        },
        {
            "start": 873796493,
            "stop": 873796675
        },
        {
            "start": 873796677,
            "stop": 873796683
        },
        {
            "start": 873796684,
            "stop": 873796706
        },
        {
            "start": 873796709,
            "stop": 873798053
        },
        {
            "start": 873798056,
            "stop": 873798124
        },
        {
            "start": 873798134,
            "stop": 873798156
        },
        {
            "start": 873798162,
            "stop": 873798179
        },
        {
            "start": 873798183,
            "stop": 873798186
        },
        {
            "start": 873798198,
            "stop": 873798204
        },
        {
            "start": 873798207,
            "stop": 873798217
        }
    ]
}