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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=706",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 707,
    "results": [
        {
            "start": 860062829,
            "stop": 860071421
        },
        {
            "start": 860071422,
            "stop": 860091110
        },
        {
            "start": 860110767,
            "stop": 860149671
        },
        {
            "start": 860151094,
            "stop": 860160331
        },
        {
            "start": 860161958,
            "stop": 860162593
        },
        {
            "start": 860166061,
            "stop": 860166832
        },
        {
            "start": 860167892,
            "stop": 860168663
        },
        {
            "start": 860206213,
            "stop": 860241355
        },
        {
            "start": 860241359,
            "stop": 860244546
        },
        {
            "start": 860244556,
            "stop": 860244557
        },
        {
            "start": 860244560,
            "stop": 860250033
        },
        {
            "start": 860250036,
            "stop": 860250038
        },
        {
            "start": 860250041,
            "stop": 860252021
        },
        {
            "start": 860252023,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860279959
        },
        {
            "start": 860280674,
            "stop": 860284305
        },
        {
            "start": 860284982,
            "stop": 860292916
        },
        {
            "start": 860293607,
            "stop": 860331256
        },
        {
            "start": 860331257,
            "stop": 860341102
        },
        {
            "start": 860342538,
            "stop": 860342602
        }
    ]
}