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/O4a/timelines/L1_BURST_CAT2/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/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 319,
    "results": [
        {
            "start": 1378457984,
            "stop": 1378459340
        },
        {
            "start": 1378459342,
            "stop": 1378460643
        },
        {
            "start": 1378460644,
            "stop": 1378462099
        },
        {
            "start": 1378462101,
            "stop": 1378463439
        },
        {
            "start": 1378463441,
            "stop": 1378465013
        },
        {
            "start": 1378465014,
            "stop": 1378466387
        },
        {
            "start": 1378466389,
            "stop": 1378468010
        },
        {
            "start": 1378468012,
            "stop": 1378469418
        },
        {
            "start": 1378469420,
            "stop": 1378471064
        },
        {
            "start": 1378471065,
            "stop": 1378472477
        },
        {
            "start": 1378472479,
            "stop": 1378474043
        },
        {
            "start": 1378474045,
            "stop": 1378474125
        },
        {
            "start": 1378474127,
            "stop": 1378475555
        },
        {
            "start": 1378475556,
            "stop": 1378477314
        },
        {
            "start": 1378477316,
            "stop": 1378478224
        },
        {
            "start": 1378478229,
            "stop": 1378478591
        },
        {
            "start": 1378478593,
            "stop": 1378479373
        },
        {
            "start": 1378479377,
            "stop": 1378480046
        },
        {
            "start": 1378480048,
            "stop": 1378481835
        },
        {
            "start": 1378481836,
            "stop": 1378483925
        }
    ]
}