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=1853
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=1854",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1852",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1853,
    "results": [
        {
            "start": 966296137,
            "stop": 966310221
        },
        {
            "start": 966310933,
            "stop": 966311158
        },
        {
            "start": 966311159,
            "stop": 966313929
        },
        {
            "start": 966313930,
            "stop": 966324694
        },
        {
            "start": 966324696,
            "stop": 966339944
        },
        {
            "start": 966339945,
            "stop": 966340538
        },
        {
            "start": 966342853,
            "stop": 966343100
        },
        {
            "start": 966343101,
            "stop": 966343344
        },
        {
            "start": 966344913,
            "stop": 966348022
        },
        {
            "start": 966350853,
            "stop": 966350900
        },
        {
            "start": 966350901,
            "stop": 966356072
        },
        {
            "start": 966356073,
            "stop": 966357486
        },
        {
            "start": 966358532,
            "stop": 966358662
        },
        {
            "start": 966360378,
            "stop": 966365755
        },
        {
            "start": 966369561,
            "stop": 966378680
        },
        {
            "start": 966379646,
            "stop": 966395299
        },
        {
            "start": 966395301,
            "stop": 966403443
        },
        {
            "start": 966403812,
            "stop": 966410224
        },
        {
            "start": 966410225,
            "stop": 966415594
        },
        {
            "start": 966415596,
            "stop": 966424011
        }
    ]
}