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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=70",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 71,
    "results": [
        {
            "start": 931265425,
            "stop": 931265454
        },
        {
            "start": 931265456,
            "stop": 931265457
        },
        {
            "start": 931265459,
            "stop": 931265474
        },
        {
            "start": 931265476,
            "stop": 931265512
        },
        {
            "start": 931265513,
            "stop": 931265517
        },
        {
            "start": 931265519,
            "stop": 931265601
        },
        {
            "start": 931265603,
            "stop": 931265615
        },
        {
            "start": 931265616,
            "stop": 931265626
        },
        {
            "start": 931265628,
            "stop": 931265645
        },
        {
            "start": 931265646,
            "stop": 931265688
        },
        {
            "start": 931265691,
            "stop": 931265720
        },
        {
            "start": 931265721,
            "stop": 931265749
        },
        {
            "start": 931265751,
            "stop": 931265785
        },
        {
            "start": 931265787,
            "stop": 931265793
        },
        {
            "start": 931265795,
            "stop": 931265798
        },
        {
            "start": 931265800,
            "stop": 931265838
        },
        {
            "start": 931265839,
            "stop": 931265840
        },
        {
            "start": 931265842,
            "stop": 931265844
        },
        {
            "start": 931265846,
            "stop": 931265864
        },
        {
            "start": 931265865,
            "stop": 931265955
        }
    ]
}