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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=266",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 267,
    "results": [
        {
            "start": 856143522,
            "stop": 856150213
        },
        {
            "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": 856309458
        },
        {
            "start": 856309665,
            "stop": 856319364
        },
        {
            "start": 856319909,
            "stop": 856320407
        },
        {
            "start": 856321215,
            "stop": 856323709
        },
        {
            "start": 856325321,
            "stop": 856331079
        },
        {
            "start": 856331725,
            "stop": 856382980
        },
        {
            "start": 856384260,
            "stop": 856396249
        },
        {
            "start": 856397023,
            "stop": 856401834
        },
        {
            "start": 856402590,
            "stop": 856410982
        },
        {
            "start": 856411648,
            "stop": 856414746
        },
        {
            "start": 856415480,
            "stop": 856436319
        }
    ]
}