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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=396",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 397,
    "results": [
        {
            "start": 824673553,
            "stop": 824674263
        },
        {
            "start": 824675518,
            "stop": 824675760
        },
        {
            "start": 824675820,
            "stop": 824676087
        },
        {
            "start": 824676530,
            "stop": 824676654
        },
        {
            "start": 824676764,
            "stop": 824677260
        },
        {
            "start": 824677380,
            "stop": 824677638
        },
        {
            "start": 824677655,
            "stop": 824678427
        },
        {
            "start": 824681146,
            "stop": 824681324
        },
        {
            "start": 824681353,
            "stop": 824682725
        },
        {
            "start": 824703372,
            "stop": 824707140
        },
        {
            "start": 824707260,
            "stop": 824707630
        },
        {
            "start": 824707634,
            "stop": 824709239
        },
        {
            "start": 824709243,
            "stop": 824709280
        },
        {
            "start": 824709284,
            "stop": 824709540
        },
        {
            "start": 824709780,
            "stop": 824709900
        },
        {
            "start": 824709960,
            "stop": 824709998
        },
        {
            "start": 824710007,
            "stop": 824710018
        },
        {
            "start": 824710080,
            "stop": 824710200
        },
        {
            "start": 824710260,
            "stop": 824710590
        },
        {
            "start": 824710680,
            "stop": 824720220
        }
    ]
}