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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=318",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 319,
    "results": [
        {
            "start": 822917469,
            "stop": 822918068
        },
        {
            "start": 822918076,
            "stop": 822919026
        },
        {
            "start": 822919033,
            "stop": 822920413
        },
        {
            "start": 822922220,
            "stop": 822922664
        },
        {
            "start": 822922671,
            "stop": 822924374
        },
        {
            "start": 822924381,
            "stop": 822924754
        },
        {
            "start": 822924761,
            "stop": 822925302
        },
        {
            "start": 822925309,
            "stop": 822925543
        },
        {
            "start": 822925550,
            "stop": 822925738
        },
        {
            "start": 822925745,
            "stop": 822925778
        },
        {
            "start": 822925785,
            "stop": 822926236
        },
        {
            "start": 822926243,
            "stop": 822927290
        },
        {
            "start": 822927430,
            "stop": 822927590
        },
        {
            "start": 822927670,
            "stop": 822928147
        },
        {
            "start": 822928321,
            "stop": 822928952
        },
        {
            "start": 822928959,
            "stop": 822929030
        },
        {
            "start": 822929110,
            "stop": 822929570
        },
        {
            "start": 822929650,
            "stop": 822930732
        },
        {
            "start": 822930739,
            "stop": 822930752
        },
        {
            "start": 822930759,
            "stop": 822931136
        }
    ]
}