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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=39",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 40,
    "results": [
        {
            "start": 820479072,
            "stop": 820479553
        },
        {
            "start": 820480322,
            "stop": 820480378
        },
        {
            "start": 820480383,
            "stop": 820481413
        },
        {
            "start": 820481564,
            "stop": 820493600
        },
        {
            "start": 820493632,
            "stop": 820497120
        },
        {
            "start": 820497152,
            "stop": 820500704
        },
        {
            "start": 820500736,
            "stop": 820507552
        },
        {
            "start": 820507584,
            "stop": 820507933
        },
        {
            "start": 820509989,
            "stop": 820510432
        },
        {
            "start": 820510464,
            "stop": 820510633
        },
        {
            "start": 820512639,
            "stop": 820516192
        },
        {
            "start": 820516224,
            "stop": 820522033
        },
        {
            "start": 820522060,
            "stop": 820522061
        },
        {
            "start": 820522272,
            "stop": 820522513
        },
        {
            "start": 820522613,
            "stop": 820522753
        },
        {
            "start": 820525502,
            "stop": 820528733
        },
        {
            "start": 820537954,
            "stop": 820539373
        },
        {
            "start": 820541648,
            "stop": 820544827
        },
        {
            "start": 820546174,
            "stop": 820547872
        },
        {
            "start": 820547904,
            "stop": 820550176
        }
    ]
}