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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=351",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 352,
    "results": [
        {
            "start": 824673610,
            "stop": 824674513
        },
        {
            "start": 824675518,
            "stop": 824675630
        },
        {
            "start": 824675710,
            "stop": 824675760
        },
        {
            "start": 824675820,
            "stop": 824676255
        },
        {
            "start": 824676387,
            "stop": 824676415
        },
        {
            "start": 824676459,
            "stop": 824676649
        },
        {
            "start": 824681146,
            "stop": 824681330
        },
        {
            "start": 824681410,
            "stop": 824682973
        },
        {
            "start": 824703372,
            "stop": 824707140
        },
        {
            "start": 824707260,
            "stop": 824707630
        },
        {
            "start": 824707634,
            "stop": 824709239
        },
        {
            "start": 824709243,
            "stop": 824709280
        },
        {
            "start": 824709284,
            "stop": 824709540
        },
        {
            "start": 824709600,
            "stop": 824709900
        },
        {
            "start": 824709960,
            "stop": 824709998
        },
        {
            "start": 824710007,
            "stop": 824710018
        },
        {
            "start": 824710080,
            "stop": 824710620
        },
        {
            "start": 824710680,
            "stop": 824720460
        },
        {
            "start": 824720580,
            "stop": 824720658
        },
        {
            "start": 824778734,
            "stop": 824779310
        }
    ]
}