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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46955",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46956,
    "results": [
        {
            "start": 875206480,
            "stop": 875206496
        },
        {
            "start": 875206499,
            "stop": 875206505
        },
        {
            "start": 875206506,
            "stop": 875206510
        },
        {
            "start": 875206515,
            "stop": 875206532
        },
        {
            "start": 875206533,
            "stop": 875206537
        },
        {
            "start": 875206538,
            "stop": 875206541
        },
        {
            "start": 875206542,
            "stop": 875206547
        },
        {
            "start": 875206549,
            "stop": 875206553
        },
        {
            "start": 875206554,
            "stop": 875206585
        },
        {
            "start": 875206586,
            "stop": 875206596
        },
        {
            "start": 875206597,
            "stop": 875206600
        },
        {
            "start": 875206601,
            "stop": 875206617
        },
        {
            "start": 875206621,
            "stop": 875206632
        },
        {
            "start": 875206635,
            "stop": 875206638
        },
        {
            "start": 875206640,
            "stop": 875206642
        },
        {
            "start": 875206643,
            "stop": 875206660
        },
        {
            "start": 875206661,
            "stop": 875206681
        },
        {
            "start": 875206682,
            "stop": 875206693
        },
        {
            "start": 875206694,
            "stop": 875206699
        },
        {
            "start": 875206700,
            "stop": 875206702
        }
    ]
}