Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=146
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=145",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 146,
    "results": [
        {
            "start": 819802302,
            "stop": 819802435
        },
        {
            "start": 819802438,
            "stop": 819802626
        },
        {
            "start": 819802629,
            "stop": 819802674
        },
        {
            "start": 819803145,
            "stop": 819803856
        },
        {
            "start": 819803859,
            "stop": 819806556
        },
        {
            "start": 819806559,
            "stop": 819806597
        },
        {
            "start": 819806600,
            "stop": 819807329
        },
        {
            "start": 819807332,
            "stop": 819808268
        },
        {
            "start": 819808271,
            "stop": 819811542
        },
        {
            "start": 819811545,
            "stop": 819811865
        },
        {
            "start": 819811869,
            "stop": 819812695
        },
        {
            "start": 819812699,
            "stop": 819812927
        },
        {
            "start": 819812930,
            "stop": 819813272
        },
        {
            "start": 819813276,
            "stop": 819813476
        },
        {
            "start": 819813479,
            "stop": 819816258
        },
        {
            "start": 819816261,
            "stop": 819817131
        },
        {
            "start": 819817134,
            "stop": 819817890
        },
        {
            "start": 819817893,
            "stop": 819818663
        },
        {
            "start": 819818667,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819238
        }
    ]
}