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=6003
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=6004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6002",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6003,
    "results": [
        {
            "start": 873463741,
            "stop": 873463745
        },
        {
            "start": 873463747,
            "stop": 873463756
        },
        {
            "start": 873463757,
            "stop": 873463761
        },
        {
            "start": 873463763,
            "stop": 873463767
        },
        {
            "start": 873463769,
            "stop": 873463771
        },
        {
            "start": 873463774,
            "stop": 873463776
        },
        {
            "start": 873463777,
            "stop": 873463781
        },
        {
            "start": 873463782,
            "stop": 873463792
        },
        {
            "start": 873463793,
            "stop": 873463796
        },
        {
            "start": 873463797,
            "stop": 873463805
        },
        {
            "start": 873463807,
            "stop": 873463810
        },
        {
            "start": 873463813,
            "stop": 873463818
        },
        {
            "start": 873463820,
            "stop": 873463823
        },
        {
            "start": 873463824,
            "stop": 873463842
        },
        {
            "start": 873463843,
            "stop": 873463845
        },
        {
            "start": 873463850,
            "stop": 873463863
        },
        {
            "start": 873463864,
            "stop": 873463877
        },
        {
            "start": 873463878,
            "stop": 873463881
        },
        {
            "start": 873463882,
            "stop": 873463891
        },
        {
            "start": 873463892,
            "stop": 873463896
        }
    ]
}