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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=159",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 160,
    "results": [
        {
            "start": 818079385,
            "stop": 818079388
        },
        {
            "start": 818079391,
            "stop": 818079394
        },
        {
            "start": 818079405,
            "stop": 818079406
        },
        {
            "start": 818079410,
            "stop": 818079415
        },
        {
            "start": 818079422,
            "stop": 818079424
        },
        {
            "start": 818079427,
            "stop": 818079433
        },
        {
            "start": 818079443,
            "stop": 818079445
        },
        {
            "start": 818079454,
            "stop": 818079456
        },
        {
            "start": 818079461,
            "stop": 818079465
        },
        {
            "start": 818079468,
            "stop": 818079469
        },
        {
            "start": 818079475,
            "stop": 818079477
        },
        {
            "start": 818079483,
            "stop": 818079486
        },
        {
            "start": 818079517,
            "stop": 818079520
        },
        {
            "start": 818079531,
            "stop": 818079533
        },
        {
            "start": 818079536,
            "stop": 818079541
        },
        {
            "start": 818079544,
            "stop": 818079547
        },
        {
            "start": 818079550,
            "stop": 818079552
        },
        {
            "start": 818079564,
            "stop": 818079573
        },
        {
            "start": 818079579,
            "stop": 818079586
        },
        {
            "start": 818079598,
            "stop": 818079601
        }
    ]
}