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=2316
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=2317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2315",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2316,
    "results": [
        {
            "start": 871559779,
            "stop": 871559781
        },
        {
            "start": 871559798,
            "stop": 871559820
        },
        {
            "start": 871559837,
            "stop": 871559878
        },
        {
            "start": 871559895,
            "stop": 871559969
        },
        {
            "start": 871559986,
            "stop": 871560109
        },
        {
            "start": 871560126,
            "stop": 871560177
        },
        {
            "start": 871560206,
            "stop": 871560270
        },
        {
            "start": 871560301,
            "stop": 871560456
        },
        {
            "start": 871560479,
            "stop": 871560511
        },
        {
            "start": 871560528,
            "stop": 871560587
        },
        {
            "start": 871560608,
            "stop": 871563851
        },
        {
            "start": 871563868,
            "stop": 871564124
        },
        {
            "start": 871564305,
            "stop": 871565263
        },
        {
            "start": 871565280,
            "stop": 871565330
        },
        {
            "start": 871565358,
            "stop": 871565375
        },
        {
            "start": 871565392,
            "stop": 871565423
        },
        {
            "start": 871565440,
            "stop": 871565539
        },
        {
            "start": 871565563,
            "stop": 871565571
        },
        {
            "start": 871565588,
            "stop": 871565849
        },
        {
            "start": 871565866,
            "stop": 871565885
        }
    ]
}