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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 12,
    "results": [
        {
            "start": 816869713,
            "stop": 816892478
        },
        {
            "start": 816892479,
            "stop": 816892993
        },
        {
            "start": 816893005,
            "stop": 816893008
        },
        {
            "start": 816894486,
            "stop": 816897650
        },
        {
            "start": 816898945,
            "stop": 816901156
        },
        {
            "start": 816901158,
            "stop": 816901453
        },
        {
            "start": 816901507,
            "stop": 816901510
        },
        {
            "start": 816901601,
            "stop": 816908893
        },
        {
            "start": 816909479,
            "stop": 816913993
        },
        {
            "start": 816915659,
            "stop": 816922487
        },
        {
            "start": 816923281,
            "stop": 816926352
        },
        {
            "start": 816926355,
            "stop": 816929067
        },
        {
            "start": 816929069,
            "stop": 816946933
        },
        {
            "start": 816948519,
            "stop": 816951343
        },
        {
            "start": 816951345,
            "stop": 816952139
        },
        {
            "start": 816953193,
            "stop": 816962630
        },
        {
            "start": 816963358,
            "stop": 816969462
        },
        {
            "start": 816970965,
            "stop": 816971113
        },
        {
            "start": 816974803,
            "stop": 816977576
        },
        {
            "start": 816977578,
            "stop": 816977667
        }
    ]
}