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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=114",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 115,
    "results": [
        {
            "start": 856151149,
            "stop": 856167378
        },
        {
            "start": 856168058,
            "stop": 856210357
        },
        {
            "start": 856212543,
            "stop": 856218080
        },
        {
            "start": 856218988,
            "stop": 856223843
        },
        {
            "start": 856226230,
            "stop": 856233114
        },
        {
            "start": 856233656,
            "stop": 856258815
        },
        {
            "start": 856259542,
            "stop": 856276908
        },
        {
            "start": 856277529,
            "stop": 856294338
        },
        {
            "start": 856296840,
            "stop": 856309458
        },
        {
            "start": 856309665,
            "stop": 856319364
        },
        {
            "start": 856319909,
            "stop": 856320437
        },
        {
            "start": 856321215,
            "stop": 856323709
        },
        {
            "start": 856325321,
            "stop": 856331109
        },
        {
            "start": 856331725,
            "stop": 856383010
        },
        {
            "start": 856384260,
            "stop": 856396279
        },
        {
            "start": 856397023,
            "stop": 856401864
        },
        {
            "start": 856402590,
            "stop": 856411012
        },
        {
            "start": 856411648,
            "stop": 856414776
        },
        {
            "start": 856415480,
            "stop": 856436349
        },
        {
            "start": 856439173,
            "stop": 856451166
        }
    ]
}