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=689
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=690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=688",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 689,
    "results": [
        {
            "start": 856259542,
            "stop": 856269807
        },
        {
            "start": 856269809,
            "stop": 856276878
        },
        {
            "start": 856277529,
            "stop": 856294308
        },
        {
            "start": 856296840,
            "stop": 856308684
        },
        {
            "start": 856308685,
            "stop": 856308686
        },
        {
            "start": 856308687,
            "stop": 856309458
        },
        {
            "start": 856309665,
            "stop": 856319364
        },
        {
            "start": 856319909,
            "stop": 856320407
        },
        {
            "start": 856321215,
            "stop": 856321709
        },
        {
            "start": 856322511,
            "stop": 856323578
        },
        {
            "start": 856323581,
            "stop": 856323585
        },
        {
            "start": 856323590,
            "stop": 856323592
        },
        {
            "start": 856323597,
            "stop": 856323599
        },
        {
            "start": 856323604,
            "stop": 856323608
        },
        {
            "start": 856323613,
            "stop": 856323615
        },
        {
            "start": 856323620,
            "stop": 856323624
        },
        {
            "start": 856323627,
            "stop": 856323631
        },
        {
            "start": 856323634,
            "stop": 856323639
        },
        {
            "start": 856323642,
            "stop": 856323646
        },
        {
            "start": 856323649,
            "stop": 856323653
        }
    ]
}