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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=652",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=650",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 651,
    "results": [
        {
            "start": 1247872409,
            "stop": 1247872410
        },
        {
            "start": 1247872415,
            "stop": 1247872438
        },
        {
            "start": 1247872439,
            "stop": 1247872476
        },
        {
            "start": 1247872479,
            "stop": 1247872507
        },
        {
            "start": 1247872511,
            "stop": 1247872939
        },
        {
            "start": 1247872941,
            "stop": 1247873065
        },
        {
            "start": 1247873066,
            "stop": 1247873423
        },
        {
            "start": 1247873428,
            "stop": 1247873772
        },
        {
            "start": 1247873777,
            "stop": 1247873901
        },
        {
            "start": 1247873905,
            "stop": 1247874332
        },
        {
            "start": 1247874337,
            "stop": 1247874548
        },
        {
            "start": 1247874552,
            "stop": 1247874638
        },
        {
            "start": 1247874642,
            "stop": 1247874853
        },
        {
            "start": 1247874858,
            "stop": 1247874914
        },
        {
            "start": 1247874915,
            "stop": 1247877536
        },
        {
            "start": 1247877540,
            "stop": 1247877954
        },
        {
            "start": 1247877956,
            "stop": 1247882877
        },
        {
            "start": 1247882885,
            "stop": 1247883517
        },
        {
            "start": 1247883519,
            "stop": 1247885208
        },
        {
            "start": 1247885211,
            "stop": 1247888757
        }
    ]
}