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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1812",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1810",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1811,
    "results": [
        {
            "start": 961619833,
            "stop": 961625905
        },
        {
            "start": 961625906,
            "stop": 961635194
        },
        {
            "start": 961657568,
            "stop": 961662710
        },
        {
            "start": 961662711,
            "stop": 961673805
        },
        {
            "start": 961673806,
            "stop": 961676144
        },
        {
            "start": 961681424,
            "stop": 961692727
        },
        {
            "start": 961694870,
            "stop": 961697987
        },
        {
            "start": 961699890,
            "stop": 961699976
        },
        {
            "start": 961701428,
            "stop": 961701581
        },
        {
            "start": 961701582,
            "stop": 961701942
        },
        {
            "start": 961701943,
            "stop": 961702398
        },
        {
            "start": 961702399,
            "stop": 961705137
        },
        {
            "start": 961739652,
            "stop": 961739832
        },
        {
            "start": 961739833,
            "stop": 961757640
        },
        {
            "start": 961758839,
            "stop": 961759377
        },
        {
            "start": 961760097,
            "stop": 961762438
        },
        {
            "start": 961765420,
            "stop": 961766269
        },
        {
            "start": 961767799,
            "stop": 961768007
        },
        {
            "start": 961768876,
            "stop": 961769139
        },
        {
            "start": 961770098,
            "stop": 961770389
        }
    ]
}