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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5948",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5949,
    "results": [
        {
            "start": 875218452,
            "stop": 875218454
        },
        {
            "start": 875218458,
            "stop": 875218463
        },
        {
            "start": 875218468,
            "stop": 875218535
        },
        {
            "start": 875218538,
            "stop": 875218562
        },
        {
            "start": 875218570,
            "stop": 875218626
        },
        {
            "start": 875218630,
            "stop": 875218694
        },
        {
            "start": 875218697,
            "stop": 875218767
        },
        {
            "start": 875218770,
            "stop": 875218827
        },
        {
            "start": 875218830,
            "stop": 875218845
        },
        {
            "start": 875218848,
            "stop": 875218924
        },
        {
            "start": 875218928,
            "stop": 875219033
        },
        {
            "start": 875219036,
            "stop": 875219092
        },
        {
            "start": 875219095,
            "stop": 875219105
        },
        {
            "start": 875219108,
            "stop": 875219133
        },
        {
            "start": 875219143,
            "stop": 875219170
        },
        {
            "start": 875219173,
            "stop": 875219247
        },
        {
            "start": 875219250,
            "stop": 875219286
        },
        {
            "start": 875219289,
            "stop": 875219302
        },
        {
            "start": 875219305,
            "stop": 875219381
        },
        {
            "start": 875219384,
            "stop": 875219423
        }
    ]
}