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=14431
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=14432",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14430",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14431,
    "results": [
        {
            "start": 971525277,
            "stop": 971525292
        },
        {
            "start": 971525295,
            "stop": 971525314
        },
        {
            "start": 971525315,
            "stop": 971525365
        },
        {
            "start": 971525366,
            "stop": 971525422
        },
        {
            "start": 971525423,
            "stop": 971525458
        },
        {
            "start": 971525533,
            "stop": 971525542
        },
        {
            "start": 971525543,
            "stop": 971525659
        },
        {
            "start": 971525662,
            "stop": 971525730
        },
        {
            "start": 971525758,
            "stop": 971525759
        },
        {
            "start": 971525766,
            "stop": 971525769
        },
        {
            "start": 971525777,
            "stop": 971525788
        },
        {
            "start": 971525791,
            "stop": 971525800
        },
        {
            "start": 971525803,
            "stop": 971525805
        },
        {
            "start": 971525808,
            "stop": 971525809
        },
        {
            "start": 971525811,
            "stop": 971525814
        },
        {
            "start": 971525816,
            "stop": 971525824
        },
        {
            "start": 971525826,
            "stop": 971525828
        },
        {
            "start": 971525829,
            "stop": 971525847
        },
        {
            "start": 971525849,
            "stop": 971525854
        },
        {
            "start": 971525856,
            "stop": 971525882
        }
    ]
}