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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=20",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 21,
    "results": [
        {
            "start": 817400049,
            "stop": 817400679
        },
        {
            "start": 817403782,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817447625
        },
        {
            "start": 817460989,
            "stop": 817484995
        },
        {
            "start": 817486380,
            "stop": 817488302
        },
        {
            "start": 817491662,
            "stop": 817492352
        },
        {
            "start": 817492870,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817503224
        },
        {
            "start": 817503544,
            "stop": 817503624
        },
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817549399
        },
        {
            "start": 817549799,
            "stop": 817552531
        },
        {
            "start": 817553568,
            "stop": 817554255
        },
        {
            "start": 817554764,
            "stop": 817564236
        },
        {
            "start": 817564674,
            "stop": 817565054
        }
    ]
}