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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=103",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 104,
    "results": [
        {
            "start": 817180253,
            "stop": 817182024
        },
        {
            "start": 817182144,
            "stop": 817184235
        },
        {
            "start": 817184238,
            "stop": 817187783
        },
        {
            "start": 817187903,
            "stop": 817189474
        },
        {
            "start": 817189594,
            "stop": 817196849
        },
        {
            "start": 817196852,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817199832
        },
        {
            "start": 817200031,
            "stop": 817202163
        },
        {
            "start": 817202165,
            "stop": 817208143
        },
        {
            "start": 817208146,
            "stop": 817209700
        },
        {
            "start": 817209717,
            "stop": 817214788
        },
        {
            "start": 817214791,
            "stop": 817218778
        },
        {
            "start": 817218781,
            "stop": 817219442
        },
        {
            "start": 817219445,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817223469
        },
        {
            "start": 817223589,
            "stop": 817224052
        },
        {
            "start": 817224553,
            "stop": 817224624
        },
        {
            "start": 817227569,
            "stop": 817229695
        },
        {
            "start": 817229698,
            "stop": 817229951
        },
        {
            "start": 817229954,
            "stop": 817230610
        }
    ]
}