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=6049
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=6050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6048",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6049,
    "results": [
        {
            "start": 873740862,
            "stop": 873740883
        },
        {
            "start": 873740885,
            "stop": 873740962
        },
        {
            "start": 873740965,
            "stop": 873740967
        },
        {
            "start": 873740970,
            "stop": 873741093
        },
        {
            "start": 873741096,
            "stop": 873741416
        },
        {
            "start": 873741419,
            "stop": 873741454
        },
        {
            "start": 873741457,
            "stop": 873741474
        },
        {
            "start": 873741476,
            "stop": 873741824
        },
        {
            "start": 873741827,
            "stop": 873743107
        },
        {
            "start": 873743109,
            "stop": 873743166
        },
        {
            "start": 873743167,
            "stop": 873743207
        },
        {
            "start": 873743208,
            "stop": 873743239
        },
        {
            "start": 873743240,
            "stop": 873743411
        },
        {
            "start": 873743414,
            "stop": 873743630
        },
        {
            "start": 873743633,
            "stop": 873743667
        },
        {
            "start": 873743670,
            "stop": 873743674
        },
        {
            "start": 873743677,
            "stop": 873743683
        },
        {
            "start": 873743687,
            "stop": 873743728
        },
        {
            "start": 873743731,
            "stop": 873743933
        },
        {
            "start": 873743936,
            "stop": 873744072
        }
    ]
}