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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=208",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 209,
    "results": [
        {
            "start": 820909851,
            "stop": 820909872
        },
        {
            "start": 820910486,
            "stop": 820910674
        },
        {
            "start": 820910682,
            "stop": 820911177
        },
        {
            "start": 820911185,
            "stop": 820911389
        },
        {
            "start": 820911397,
            "stop": 820911737
        },
        {
            "start": 820911744,
            "stop": 820912086
        },
        {
            "start": 820912093,
            "stop": 820912577
        },
        {
            "start": 820912584,
            "stop": 820912823
        },
        {
            "start": 820912831,
            "stop": 820913096
        },
        {
            "start": 820913103,
            "stop": 820913156
        },
        {
            "start": 820913163,
            "stop": 820913187
        },
        {
            "start": 820913194,
            "stop": 820913200
        },
        {
            "start": 820913203,
            "stop": 820913334
        },
        {
            "start": 820913342,
            "stop": 820913357
        },
        {
            "start": 820913364,
            "stop": 820913473
        },
        {
            "start": 820913480,
            "stop": 820913513
        },
        {
            "start": 820913670,
            "stop": 820913799
        },
        {
            "start": 820913807,
            "stop": 820914332
        },
        {
            "start": 820914339,
            "stop": 820914735
        },
        {
            "start": 820914743,
            "stop": 820914750
        }
    ]
}