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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 8,
    "results": [
        {
            "start": 816233555,
            "stop": 816233569
        },
        {
            "start": 816233572,
            "stop": 816233604
        },
        {
            "start": 816233613,
            "stop": 816233621
        },
        {
            "start": 816233625,
            "stop": 816233644
        },
        {
            "start": 816233648,
            "stop": 816233656
        },
        {
            "start": 816233663,
            "stop": 816233671
        },
        {
            "start": 816233675,
            "stop": 816233741
        },
        {
            "start": 816233745,
            "stop": 816233774
        },
        {
            "start": 816233782,
            "stop": 816233833
        },
        {
            "start": 816233839,
            "stop": 816233847
        },
        {
            "start": 816233850,
            "stop": 816233852
        },
        {
            "start": 816233856,
            "stop": 816233896
        },
        {
            "start": 816233900,
            "stop": 816233908
        },
        {
            "start": 816233911,
            "stop": 816233963
        },
        {
            "start": 816233969,
            "stop": 816233986
        },
        {
            "start": 816233992,
            "stop": 816233997
        },
        {
            "start": 816234000,
            "stop": 816234014
        },
        {
            "start": 816234019,
            "stop": 816234049
        },
        {
            "start": 816234052,
            "stop": 816234060
        },
        {
            "start": 816234071,
            "stop": 816234107
        }
    ]
}