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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 49,
    "results": [
        {
            "start": 931497676,
            "stop": 931497699
        },
        {
            "start": 931497702,
            "stop": 931497727
        },
        {
            "start": 931497730,
            "stop": 931497733
        },
        {
            "start": 931497736,
            "stop": 931497758
        },
        {
            "start": 931497761,
            "stop": 931497791
        },
        {
            "start": 931497794,
            "stop": 931497801
        },
        {
            "start": 931497804,
            "stop": 931497805
        },
        {
            "start": 931497809,
            "stop": 931497814
        },
        {
            "start": 931497817,
            "stop": 931497822
        },
        {
            "start": 931497825,
            "stop": 931497830
        },
        {
            "start": 931497833,
            "stop": 931497834
        },
        {
            "start": 931497839,
            "stop": 931497873
        },
        {
            "start": 931497876,
            "stop": 931497881
        },
        {
            "start": 931497884,
            "stop": 931497890
        },
        {
            "start": 931497893,
            "stop": 931497905
        },
        {
            "start": 931497908,
            "stop": 931497927
        },
        {
            "start": 931497929,
            "stop": 931497930
        },
        {
            "start": 931497933,
            "stop": 931497936
        },
        {
            "start": 931497939,
            "stop": 931497961
        },
        {
            "start": 931497964,
            "stop": 931497969
        }
    ]
}