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=5816
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=5817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5815",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5816,
    "results": [
        {
            "start": 874705307,
            "stop": 874705312
        },
        {
            "start": 874705320,
            "stop": 874705377
        },
        {
            "start": 874705381,
            "stop": 874705410
        },
        {
            "start": 874705413,
            "stop": 874705447
        },
        {
            "start": 874705450,
            "stop": 874705462
        },
        {
            "start": 874705465,
            "stop": 874705469
        },
        {
            "start": 874705474,
            "stop": 874705498
        },
        {
            "start": 874705501,
            "stop": 874705526
        },
        {
            "start": 874705529,
            "stop": 874705568
        },
        {
            "start": 874705571,
            "stop": 874705593
        },
        {
            "start": 874705596,
            "stop": 874705666
        },
        {
            "start": 874705670,
            "stop": 874705697
        },
        {
            "start": 874705701,
            "stop": 874705719
        },
        {
            "start": 874705722,
            "stop": 874705727
        },
        {
            "start": 874705730,
            "stop": 874705742
        },
        {
            "start": 874705745,
            "stop": 874705765
        },
        {
            "start": 874705768,
            "stop": 874705784
        },
        {
            "start": 874705788,
            "stop": 874705795
        },
        {
            "start": 874705798,
            "stop": 874705827
        },
        {
            "start": 874705830,
            "stop": 874705836
        }
    ]
}