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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=13",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 14,
    "results": [
        {
            "start": 818244105,
            "stop": 818261522
        },
        {
            "start": 818263897,
            "stop": 818267553
        },
        {
            "start": 818270274,
            "stop": 818286926
        },
        {
            "start": 818290241,
            "stop": 818291459
        },
        {
            "start": 818292646,
            "stop": 818322391
        },
        {
            "start": 818324474,
            "stop": 818326545
        },
        {
            "start": 818327343,
            "stop": 818338838
        },
        {
            "start": 818340677,
            "stop": 818343193
        },
        {
            "start": 818344995,
            "stop": 818345496
        },
        {
            "start": 818345622,
            "stop": 818346866
        },
        {
            "start": 818349742,
            "stop": 818352314
        },
        {
            "start": 818355312,
            "stop": 818356322
        },
        {
            "start": 818358542,
            "stop": 818365826
        },
        {
            "start": 818367579,
            "stop": 818370728
        },
        {
            "start": 818371863,
            "stop": 818407409
        },
        {
            "start": 818409295,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818426544
        },
        {
            "start": 818428397,
            "stop": 818439003
        },
        {
            "start": 818448634,
            "stop": 818449340
        },
        {
            "start": 818449563,
            "stop": 818449864
        }
    ]
}