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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=421",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 422,
    "results": [
        {
            "start": 855383304,
            "stop": 855387141
        },
        {
            "start": 855387560,
            "stop": 855393561
        },
        {
            "start": 855393890,
            "stop": 855396679
        },
        {
            "start": 855398668,
            "stop": 855398737
        },
        {
            "start": 855398739,
            "stop": 855411339
        },
        {
            "start": 855411341,
            "stop": 855414402
        },
        {
            "start": 855415482,
            "stop": 855415932
        },
        {
            "start": 855416080,
            "stop": 855419558
        },
        {
            "start": 855443529,
            "stop": 855443535
        },
        {
            "start": 855444462,
            "stop": 855446693
        },
        {
            "start": 855452292,
            "stop": 855460459
        },
        {
            "start": 855460716,
            "stop": 855475217
        },
        {
            "start": 855476118,
            "stop": 855497293
        },
        {
            "start": 855554639,
            "stop": 855558459
        },
        {
            "start": 855558461,
            "stop": 855558644
        },
        {
            "start": 855559428,
            "stop": 855560836
        },
        {
            "start": 855561036,
            "stop": 855579413
        },
        {
            "start": 855579415,
            "stop": 855581575
        },
        {
            "start": 855621102,
            "stop": 855623653
        },
        {
            "start": 855624342,
            "stop": 855627868
        }
    ]
}