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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=93",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 94,
    "results": [
        {
            "start": 827369910,
            "stop": 827370466
        },
        {
            "start": 827370772,
            "stop": 827373600
        },
        {
            "start": 827373959,
            "stop": 827375189
        },
        {
            "start": 827375299,
            "stop": 827375730
        },
        {
            "start": 827376030,
            "stop": 827378591
        },
        {
            "start": 827378701,
            "stop": 827379603
        },
        {
            "start": 827379903,
            "stop": 827385379
        },
        {
            "start": 827385679,
            "stop": 827386041
        },
        {
            "start": 827386341,
            "stop": 827409185
        },
        {
            "start": 827409945,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827461847
        },
        {
            "start": 827462260,
            "stop": 827464892
        },
        {
            "start": 827465303,
            "stop": 827466463
        },
        {
            "start": 827466776,
            "stop": 827503755
        },
        {
            "start": 827504055,
            "stop": 827510722
        },
        {
            "start": 827510724,
            "stop": 827513028
        },
        {
            "start": 827513030,
            "stop": 827513050
        },
        {
            "start": 827520565,
            "stop": 827528548
        },
        {
            "start": 827528848,
            "stop": 827536973
        },
        {
            "start": 827537273,
            "stop": 827555663
        }
    ]
}