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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41077",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41078,
    "results": [
        {
            "start": 875213413,
            "stop": 875213421
        },
        {
            "start": 875213422,
            "stop": 875213446
        },
        {
            "start": 875213447,
            "stop": 875213453
        },
        {
            "start": 875213455,
            "stop": 875213492
        },
        {
            "start": 875213493,
            "stop": 875213496
        },
        {
            "start": 875213497,
            "stop": 875213503
        },
        {
            "start": 875213504,
            "stop": 875213517
        },
        {
            "start": 875213518,
            "stop": 875213521
        },
        {
            "start": 875213524,
            "stop": 875213539
        },
        {
            "start": 875213540,
            "stop": 875213565
        },
        {
            "start": 875213566,
            "stop": 875213581
        },
        {
            "start": 875213583,
            "stop": 875213594
        },
        {
            "start": 875213595,
            "stop": 875213624
        },
        {
            "start": 875213625,
            "stop": 875213642
        },
        {
            "start": 875213643,
            "stop": 875213666
        },
        {
            "start": 875213668,
            "stop": 875213688
        },
        {
            "start": 875213689,
            "stop": 875213708
        },
        {
            "start": 875213710,
            "stop": 875213735
        },
        {
            "start": 875213736,
            "stop": 875213794
        },
        {
            "start": 875213796,
            "stop": 875213838
        }
    ]
}