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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=19",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 20,
    "results": [
        {
            "start": 818244105,
            "stop": 818261473
        },
        {
            "start": 818263897,
            "stop": 818267523
        },
        {
            "start": 818270274,
            "stop": 818286896
        },
        {
            "start": 818290241,
            "stop": 818291413
        },
        {
            "start": 818292646,
            "stop": 818322361
        },
        {
            "start": 818324474,
            "stop": 818326513
        },
        {
            "start": 818327343,
            "stop": 818338808
        },
        {
            "start": 818340677,
            "stop": 818343163
        },
        {
            "start": 818344995,
            "stop": 818345473
        },
        {
            "start": 818345495,
            "stop": 818345496
        },
        {
            "start": 818345622,
            "stop": 818346837
        },
        {
            "start": 818349742,
            "stop": 818352284
        },
        {
            "start": 818355312,
            "stop": 818356273
        },
        {
            "start": 818358542,
            "stop": 818365796
        },
        {
            "start": 818367579,
            "stop": 818370673
        },
        {
            "start": 818371863,
            "stop": 818407379
        },
        {
            "start": 818409295,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818426514
        },
        {
            "start": 818428397,
            "stop": 818438953
        },
        {
            "start": 818448634,
            "stop": 818449333
        }
    ]
}