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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=232",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 233,
    "results": [
        {
            "start": 856151149,
            "stop": 856167348
        },
        {
            "start": 856168058,
            "stop": 856210327
        },
        {
            "start": 856212543,
            "stop": 856218050
        },
        {
            "start": 856218988,
            "stop": 856223813
        },
        {
            "start": 856226230,
            "stop": 856233084
        },
        {
            "start": 856233656,
            "stop": 856258785
        },
        {
            "start": 856259542,
            "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": 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
        }
    ]
}