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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6691",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6692,
    "results": [
        {
            "start": 875202063,
            "stop": 875202499
        },
        {
            "start": 875202500,
            "stop": 875202596
        },
        {
            "start": 875202597,
            "stop": 875202962
        },
        {
            "start": 875202963,
            "stop": 875203401
        },
        {
            "start": 875203402,
            "stop": 875203425
        },
        {
            "start": 875203427,
            "stop": 875203989
        },
        {
            "start": 875203990,
            "stop": 875204395
        },
        {
            "start": 875204396,
            "stop": 875204876
        },
        {
            "start": 875204878,
            "stop": 875204888
        },
        {
            "start": 875204889,
            "stop": 875205108
        },
        {
            "start": 875205109,
            "stop": 875205720
        },
        {
            "start": 875205722,
            "stop": 875205953
        },
        {
            "start": 875205954,
            "stop": 875206400
        },
        {
            "start": 875206401,
            "stop": 875206802
        },
        {
            "start": 875206803,
            "stop": 875206808
        },
        {
            "start": 875206810,
            "stop": 875207166
        },
        {
            "start": 875207167,
            "stop": 875207481
        },
        {
            "start": 875207482,
            "stop": 875207890
        },
        {
            "start": 875207892,
            "stop": 875208357
        },
        {
            "start": 875208358,
            "stop": 875208526
        }
    ]
}