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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7320",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7321,
    "results": [
        {
            "start": 875201620,
            "stop": 875201761
        },
        {
            "start": 875201763,
            "stop": 875202062
        },
        {
            "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
        }
    ]
}