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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 99,
    "results": [
        {
            "start": 931508718,
            "stop": 931508731
        },
        {
            "start": 931508733,
            "stop": 931508740
        },
        {
            "start": 931508743,
            "stop": 931508750
        },
        {
            "start": 931508753,
            "stop": 931508760
        },
        {
            "start": 931508763,
            "stop": 931508793
        },
        {
            "start": 931508796,
            "stop": 931508799
        },
        {
            "start": 931508805,
            "stop": 931508807
        },
        {
            "start": 931508810,
            "stop": 931508816
        },
        {
            "start": 931508819,
            "stop": 931508824
        },
        {
            "start": 931508827,
            "stop": 931508842
        },
        {
            "start": 931508845,
            "stop": 931508860
        },
        {
            "start": 931508863,
            "stop": 931508867
        },
        {
            "start": 931508869,
            "stop": 931508873
        },
        {
            "start": 931508876,
            "stop": 931508877
        },
        {
            "start": 931508882,
            "stop": 931508911
        },
        {
            "start": 931508914,
            "stop": 931508916
        },
        {
            "start": 931508919,
            "stop": 931508921
        },
        {
            "start": 931508924,
            "stop": 931508937
        },
        {
            "start": 931508940,
            "stop": 931508941
        },
        {
            "start": 931508944,
            "stop": 931508945
        }
    ]
}