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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5994",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5995,
    "results": [
        {
            "start": 873421692,
            "stop": 873421694
        },
        {
            "start": 873421696,
            "stop": 873421698
        },
        {
            "start": 873421699,
            "stop": 873421709
        },
        {
            "start": 873421710,
            "stop": 873421722
        },
        {
            "start": 873421724,
            "stop": 873421727
        },
        {
            "start": 873421729,
            "stop": 873421732
        },
        {
            "start": 873421734,
            "stop": 873421738
        },
        {
            "start": 873421740,
            "stop": 873421743
        },
        {
            "start": 873421744,
            "stop": 873421747
        },
        {
            "start": 873421749,
            "stop": 873421757
        },
        {
            "start": 873421758,
            "stop": 873421771
        },
        {
            "start": 873421772,
            "stop": 873421779
        },
        {
            "start": 873421780,
            "stop": 873421784
        },
        {
            "start": 873421785,
            "stop": 873421808
        },
        {
            "start": 873421809,
            "stop": 873421813
        },
        {
            "start": 873421815,
            "stop": 873421900
        },
        {
            "start": 873421901,
            "stop": 873421944
        },
        {
            "start": 873421947,
            "stop": 873422012
        },
        {
            "start": 873422013,
            "stop": 873422231
        },
        {
            "start": 873422232,
            "stop": 873424431
        }
    ]
}