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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 28,
    "results": [
        {
            "start": 1399894735,
            "stop": 1399901951
        },
        {
            "start": 1399902015,
            "stop": 1399904575
        },
        {
            "start": 1399904639,
            "stop": 1399905503
        },
        {
            "start": 1399905567,
            "stop": 1399905783
        },
        {
            "start": 1399905847,
            "stop": 1399906263
        },
        {
            "start": 1399906327,
            "stop": 1399907367
        },
        {
            "start": 1399907431,
            "stop": 1399908582
        },
        {
            "start": 1399908585,
            "stop": 1399910430
        },
        {
            "start": 1399922300,
            "stop": 1399923053
        },
        {
            "start": 1399923693,
            "stop": 1399926701
        },
        {
            "start": 1399926765,
            "stop": 1399927843
        },
        {
            "start": 1399927848,
            "stop": 1399928342
        },
        {
            "start": 1399928390,
            "stop": 1399929366
        },
        {
            "start": 1399929430,
            "stop": 1399929606
        },
        {
            "start": 1399929654,
            "stop": 1399934760
        },
        {
            "start": 1399934762,
            "stop": 1399941134
        },
        {
            "start": 1399941136,
            "stop": 1399941587
        },
        {
            "start": 1399941589,
            "stop": 1399946310
        },
        {
            "start": 1399946374,
            "stop": 1399948859
        },
        {
            "start": 1399949225,
            "stop": 1399950354
        }
    ]
}